diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-08-01 19:24:42 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-08-01 19:24:42 +0800 |
commit | af5cee20d84c3ef3ebf31f7e19b4108f9607aa14 (patch) | |
tree | a8c0e899975233066abcd75821ed34a44c0af691 /src | |
parent | 8dcbfe163b293dda9bc0481e846db3bdd4e0ea98 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'src')
-rw-r--r-- | 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 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; } |