[gnome-boxes] app: Selecting item when maximized enters fullscreen



commit adcc12ea87af29222ff8c0fd514e8967b2749408
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sun Feb 3 15:01:13 2013 +0100

    app: Selecting item when maximized enters fullscreen
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678773

 src/app.vala |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 73dddf6..b57ae2a 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -963,6 +963,9 @@ private class Boxes.App: Boxes.UI {
                 view.get_item_pos (item, out item_x, out item_y);
 
                 connect_to (machine, item_x, item_y);
+
+                if (maximized)
+                    fullscreen = true;
             } else
                 warning ("unknown item, fix your code");
 



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