aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-05-26 17:59:48 +0800
committerXavier Claessens <xclaesse@gmail.com>2011-05-26 18:49:48 +0800
commitff175f03615bdbd8d05bf352b3e4b49d59b3ce25 (patch)
tree4e5b095834deb800b8165d3c105d438ee860ef6a /src
parent943d659bf3c2c966c5944faa4d05a576f9630906 (diff)
downloadgsoc2013-empathy-ff175f03615bdbd8d05bf352b3e4b49d59b3ce25.tar
gsoc2013-empathy-ff175f03615bdbd8d05bf352b3e4b49d59b3ce25.tar.gz
gsoc2013-empathy-ff175f03615bdbd8d05bf352b3e4b49d59b3ce25.tar.bz2
gsoc2013-empathy-ff175f03615bdbd8d05bf352b3e4b49d59b3ce25.tar.lz
gsoc2013-empathy-ff175f03615bdbd8d05bf352b3e4b49d59b3ce25.tar.xz
gsoc2013-empathy-ff175f03615bdbd8d05bf352b3e4b49d59b3ce25.tar.zst
gsoc2013-empathy-ff175f03615bdbd8d05bf352b3e4b49d59b3ce25.zip
Do not show the main window when creating it, it will be presented if not start hidden
Diffstat (limited to 'src')
-rw-r--r--src/empathy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 74d3741a5..c9abac2e8 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -257,7 +257,6 @@ empathy_app_command_line (GApplication *app,
/* Setting up UI */
self->window = empathy_main_window_dup ();
- gtk_widget_show (self->window);
self->icon = empathy_status_icon_new (GTK_WINDOW (self->window),
self->start_hidden);