[empathy/gnome-3-4] Don't display anything when being re-invoked in hidden mode



commit 25a167b368cfa169810f4fc6c8d4b9c6adba8aef
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Apr 11 11:01:11 2012 +0200

    Don't display anything when being re-invoked in hidden mode
    
    Hidden is disabled by default, so if Empathy is re-invoked with --hidden
    explicitely passed, we shouldn't bring back the contact list or any UI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673691

 src/empathy.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index ac84d33..b06b595 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -370,13 +370,6 @@ empathy_app_command_line (GApplication *app,
       self->notifications_approver =
         empathy_notifications_approver_dup_singleton ();
     }
-  else
-    {
-      /* We're requested to show stuff again, disable the start hidden global in
-       * case the accounts wizard wants to pop up.
-       */
-      self->start_hidden = FALSE;
-    }
 
   if (self->show_preferences)
     empathy_roster_window_show_preferences (



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