]> git.0d.be Git - empathy.git/commitdiff
Build fix
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Mon, 19 Sep 2011 11:51:55 +0000 (12:51 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Mon, 19 Sep 2011 11:51:55 +0000 (12:51 +0100)
src/empathy-call-window.c

index ca1741d22ee595c03945e517b5dde7c17736cfa8..2df51c8f4130d6628e381801b052cbeac49bc285 100644 (file)
@@ -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)