[baobab/wip/vala] Comment out persistent window state



commit eaa74918208b809b5c1e4eb44ba252808f4dfe3a
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Jan 15 10:52:44 2012 +0100

    Comment out persistent window state
    
    Let's remove it for now, since it is not in Gtk yet. We can easily add
    it back or if it does not make it in Gtk this cycle we can implement it
    ourselves.

 src/baobab-window.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/baobab-window.vala b/src/baobab-window.vala
index c03dde0..efd41ab 100644
--- a/src/baobab-window.vala
+++ b/src/baobab-window.vala
@@ -65,7 +65,7 @@ namespace Baobab {
 			add (builder.get_object ("window-contents") as Gtk.Widget);
 			title = _("Disk Usage Analyzer");
 			set_default_size (800, 500);
-			setup_persistent_state (app.get_ui_settings (), "window-state");
+//			setup_persistent_state (app.get_ui_settings (), "window-state");
 			show ();
 		}
 



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