aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-08-01 19:24:42 +0800
committerCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-08-01 19:24:42 +0800
commitaf5cee20d84c3ef3ebf31f7e19b4108f9607aa14 (patch)
treea8c0e899975233066abcd75821ed34a44c0af691
parent8dcbfe163b293dda9bc0481e846db3bdd4e0ea98 (diff)
downloadgsoc2013-empathy-af5cee20d84c3ef3ebf31f7e19b4108f9607aa14.tar
gsoc2013-empathy-af5cee20d84c3ef3ebf31f7e19b4108f9607aa14.tar.gz
gsoc2013-empathy-af5cee20d84c3ef3ebf31f7e19b4108f9607aa14.tar.bz2
gsoc2013-empathy-af5cee20d84c3ef3ebf31f7e19b4108f9607aa14.tar.lz
gsoc2013-empathy-af5cee20d84c3ef3ebf31f7e19b4108f9607aa14.tar.xz
gsoc2013-empathy-af5cee20d84c3ef3ebf31f7e19b4108f9607aa14.tar.zst
gsoc2013-empathy-af5cee20d84c3ef3ebf31f7e19b4108f9607aa14.zip
Make sure we always show the main window
-rw-r--r--src/empathy-main-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index f8e22d91d..d61a05c27 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;
}