diff plugins/notify.c @ 11447:ef6e94bdda08

[gaim-migrate @ 13686] Renamed "conversation-drag-end" signal to "conversation-dragging" and emit before the conv. window swap happens. This prevents the old conv window from being freed before the signal emits. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 05 Sep 2005 05:38:10 +0000
parents 17142948653e
children 9b3833da6840
line wrap: on
line diff
--- a/plugins/notify.c	Mon Sep 05 05:15:45 2005 +0000
+++ b/plugins/notify.c	Mon Sep 05 05:38:10 2005 +0000
@@ -427,7 +427,7 @@
 
 #if 0
 static void
-conversation_drag_ended(GaimConversation *active_conv,
+conversation_dragging(GaimConversation *active_conv,
                         GaimConvWindow *old_gaimwin,
                         GaimConvWindow *new_gaimwin)
 {
@@ -792,8 +792,8 @@
 	gaim_signal_connect(conv_handle, "conversation-switched", plugin,
 	                    GAIM_CALLBACK(conv_switched), NULL);
 #if 0
-	gaim_signal_connect(gtk_conv_handle, "conversation-drag-ended", plugin,
-	                    GAIM_CALLBACK(conversation_drag_ended), NULL);
+	gaim_signal_connect(gtk_conv_handle, "conversation-dragging", plugin,
+	                    GAIM_CALLBACK(conversation_dragging), NULL);
 #endif
 
 	while (convs) {