[empathy] CallWindow: show Empathy.Call when opening the debug window



commit fd22fd115db8b22a4885402a9cd7c8b846de01ec
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Wed Aug 3 12:47:31 2011 +0100

    CallWindow: show Empathy.Call when opening the debug window
    
    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 212431f..cdfc90f 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -748,7 +748,7 @@ static void
 empathy_call_window_debug_cb (GtkAction *action,
     EmpathyCallWindow *self)
 {
-  empathy_launch_program (BIN_DIR, "empathy-debugger", NULL);
+  empathy_launch_program (BIN_DIR, "empathy-debugger", "-s Empathy.Call");
 }
 
 static void



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