[gnome-boxes] Don't force fullscreen when a newly created vm is started



commit 2fb3f123f02c565dd1108c771ce303264f999f00
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Jan 28 13:43:14 2013 +0100

    Don't force fullscreen when a newly created vm is started
    
    I'm not sure why we currently do this, but jimmac says this is wrong.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678773

 src/vm-creator.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/vm-creator.vala b/src/vm-creator.vala
index 40e56b7..a16bd2e 100644
--- a/src/vm-creator.vala
+++ b/src/vm-creator.vala
@@ -64,7 +64,6 @@ private class Boxes.VMCreator {
                     return;
 
                 App.app.select_item (machine); // This also starts the domain for us
-                App.app.fullscreen = true;
                 App.app.disconnect (signal_id);
 
                 return;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]