pidgin/gtkconv.c

branch
soc.2013.gobjectification.plugins
changeset 37016
48f85579cc4c
parent 37015
28ee14bbe0ab
parent 35195
7f7d87c04ab1
child 37053
e8959e0f6a37
--- a/pidgin/gtkconv.c	Mon Jan 27 17:34:21 2014 +0530
+++ b/pidgin/gtkconv.c	Wed Jan 29 00:28:08 2014 +0530
@@ -9845,8 +9845,7 @@
 	GtkWidget *item;
 
 	/* Disconnecting the "child-notify::menu-label" signal. */
-	g_signal_handlers_disconnect_matched(child, G_SIGNAL_MATCH_DATA, 0, 0,
-			NULL, NULL, notebook);
+	g_signal_handlers_disconnect_by_data(child, notebook);
 
 	item = g_object_get_data(G_OBJECT(child), "popup-menu-item");
 	gtk_container_remove(GTK_CONTAINER(win->notebook_menu), item);

mercurial