diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-23 23:51:22 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-23 23:51:22 +0800 |
commit | 428ac420a4d6ccc2b7468c59232c98e05619f5fa (patch) | |
tree | e933f8ff8344c4d4a7f13ef14c74f6b798d3410f /src | |
parent | eff3dea95f6aac46d5d4dda80d225c3464b403af (diff) | |
download | gsoc2013-empathy-428ac420a4d6ccc2b7468c59232c98e05619f5fa.tar gsoc2013-empathy-428ac420a4d6ccc2b7468c59232c98e05619f5fa.tar.gz gsoc2013-empathy-428ac420a4d6ccc2b7468c59232c98e05619f5fa.tar.bz2 gsoc2013-empathy-428ac420a4d6ccc2b7468c59232c98e05619f5fa.tar.lz gsoc2013-empathy-428ac420a4d6ccc2b7468c59232c98e05619f5fa.tar.xz gsoc2013-empathy-428ac420a4d6ccc2b7468c59232c98e05619f5fa.tar.zst gsoc2013-empathy-428ac420a4d6ccc2b7468c59232c98e05619f5fa.zip |
Don't always show the main window (#596044).
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-main-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 8fb127b90..8b1c412d0 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -1404,8 +1404,6 @@ empathy_main_window_show (void) main_window_update_status (window, window->account_manager); - gtk_widget_show (window->window); - return window->window; } |