[empathy/mc5: 241/483] Make sure we always show the main window



commit af5cee20d84c3ef3ebf31f7e19b4108f9607aa14
Author: Cosimo Cecchi <cosimo cecchi collabora co uk>
Date:   Sat Aug 1 13:24:42 2009 +0200

    Make sure we always show the main window

 src/empathy-main-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index f8e22d9..d61a05c 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -1404,6 +1404,8 @@ empathy_main_window_show (void)
 
 	main_window_update_status (window, window->account_manager);
 
+	gtk_widget_show (window->window);
+
 	return window->window;
 }
 



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