[empathy] Build fix



commit 5ca677e8864ed07d51b243beb9f5fd6a111d305e
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Mon Sep 19 12:51:55 2011 +0100

    Build fix

 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 ca1741d..2df51c8 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -3472,7 +3472,7 @@ empathy_call_window_connect_handler (EmpathyCallWindow *self)
    * get new channels if we hangup and redial or if we reuse the
    * call window. */
   g_signal_connect (priv->handler, "notify::call-channel",
-    G_CALLBACK (call_handler_notify_call_cb), window);
+    G_CALLBACK (call_handler_notify_call_cb), self);
 
   g_object_get (priv->handler, "call-channel", &call, NULL);
   if (call != NULL)



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