]> git.0d.be Git - empathy.git/commitdiff
g_object_unref the right variable (Alban Crequy)
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 13 Jun 2008 11:13:58 +0000 (11:13 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 13 Jun 2008 11:13:58 +0000 (11:13 +0000)
svn path=/trunk/; revision=1168

src/empathy-call-window.c

index c5e7e6419b4b4cac208ae31011519376a7d26916..41c55c1d134df9a1c39e5a6b409fab0b91ffa899 100644 (file)
@@ -517,7 +517,7 @@ empathy_call_window_new (TpChannel *channel)
               _("Incoming call from %s rejected because there is already a"
                 " running call."), empathy_contact_get_name (contact));
 
-          g_object_unref (window->call);
+          g_object_unref (contact);
 
           g_signal_connect (dialog, "response", G_CALLBACK (gtk_widget_destroy),
               NULL);