plugins/win32/transparency/win2ktrans.c

changeset 11447
23594a754163
parent 11256
fe82a0c5e5ec
child 11591
607ae4de7248
--- a/plugins/win32/transparency/win2ktrans.c	Mon Sep 05 05:15:45 2005 +0000
+++ b/plugins/win32/transparency/win2ktrans.c	Mon Sep 05 05:38:10 2005 +0000
@@ -357,7 +357,7 @@
 	gaim_signal_connect((void*)gaim_connections_get_handle(), "signed-on", plugin, GAIM_CALLBACK(blist_created), NULL);
 	MySetLayeredWindowAttributes = (void*)wgaim_find_and_loadproc("user32.dll", "SetLayeredWindowAttributes" );
 
-	gaim_signal_connect((void*)gaim_gtk_conversations_get_handle(), "conversation-drag-ended", plugin, GAIM_CALLBACK(set_window_trans), NULL);
+	gaim_signal_connect((void*)gaim_gtk_conversations_get_handle(), "conversation-dragging", plugin, GAIM_CALLBACK(set_window_trans), NULL);
 
 	update_convs_wintrans(NULL, NULL);
 

mercurial