]> git.0d.be Git - empathy.git/commitdiff
Do not show the main window when creating it, it will be presented if not start hidden
authorXavier Claessens <xclaesse@gmail.com>
Thu, 26 May 2011 09:59:48 +0000 (11:59 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Thu, 26 May 2011 10:49:48 +0000 (12:49 +0200)
src/empathy.c

index 74d3741a5ad639422c8ff5aa13be86d7c84107d4..c9abac2e80df02760b693706a91663b16281d267 100644 (file)
@@ -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);