[empathy] Do not show the main window when creating it, it will be presented if not start hidden



commit ff175f03615bdbd8d05bf352b3e4b49d59b3ce25
Author: Xavier Claessens <xclaesse gmail com>
Date:   Thu May 26 11:59:48 2011 +0200

    Do not show the main window when creating it, it will be presented if not start hidden

 src/empathy.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index 74d3741..c9abac2 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]