[empathy] Don't set the accounts dialog transient when running empathy -a



commit cca12d5ca2612c344dd395da63a63c5a8c0a7969
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Nov 23 16:36:05 2009 +0100

    Don't set the accounts dialog transient when running empathy -a
    
    This will avoid to display the contact list if it has been hidden (#581626).

 src/empathy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index a9db756..484cc54 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -538,7 +538,7 @@ unique_app_message_cb (UniqueApp *unique_app,
 
   if (command == COMMAND_ACCOUNTS_DIALOG)
     {
-      show_accounts_ui (window, TRUE);
+      show_accounts_ui (NULL, TRUE);
     }
   else
     {



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