[f-spot] Correctly set Find > Show/Hide find bar menu entry on startup



commit 8508789276d57741e938e785d335af26ef02e856
Author: Lorenzo Milesi <maxxer yetopen it>
Date:   Wed Jul 15 21:04:20 2009 +0200

    Correctly set Find > Show/Hide find bar menu entry on startup

 src/MainWindow.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/MainWindow.cs b/src/MainWindow.cs
index 14d4e78..251cce1 100644
--- a/src/MainWindow.cs
+++ b/src/MainWindow.cs
@@ -509,7 +509,7 @@ public class MainWindow {
 		main_window.DeleteEvent += HandleDeleteEvent;
 		
 		query_widget.HandleChanged (query);
-		query_widget.Hide ();
+		query_widget.Close ();
 
 		// When the icon_view is loaded, set it's initial scroll position
 		icon_view.SizeAllocated += HandleIconViewReady;



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