[gnome-boxes] Leave fullscreen when in collection view state



commit 1ed641bc8ba682f878538fc24e15b2430fa64dad
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Sat Feb 18 15:30:34 2012 +0100

    Leave fullscreen when in collection view state
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670361

 src/app.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 3cf1555..f0609e2 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -412,6 +412,7 @@ private class Boxes.App: Boxes.UI {
                 machine.disconnect_display ();
                 machine.update_screenshot.begin ();
             }
+            fullscreen = false;
             break;
 
         case UIState.PROPERTIES:



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