[empathy] CallWindow: go to the Calls tab when opening the preferences



commit 263c241c69eb0842447899d3097f1c0500b066b0
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Wed Aug 3 15:48:47 2011 +0100

    CallWindow: go to the Calls tab when opening the preferences
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655884

 src/empathy-call-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index cdfc90f..52c68b4 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -734,7 +734,7 @@ static void
 empathy_call_window_settings_cb (GtkAction *action,
     EmpathyCallWindow *self)
 {
-  empathy_launch_program (BIN_DIR, "empathy", "-p");
+  empathy_launch_program (BIN_DIR, "empathy", "-p 3");
 }
 
 static void



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