[gnome-boxes] app: Don't save geometry on quit



commit a56ac58aad60ce5fec570b37c464e2632b1e2cd5
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Feb 24 18:37:50 2014 +0000

    app: Don't save geometry on quit
    
    We save the main window geometry each time its changed so there is no
    need to do that application exit.

 src/app.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 51fc4f3..9c42f79 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -715,7 +715,6 @@ private class Boxes.App: GLib.Object, Boxes.UI {
 
     public bool quit () {
         notificationbar.cancel ();
-        save_window_geometry ();
         wizard.cleanup ();
         window.destroy ();
 


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