| 54 |
54 |
| 55 /************************************************************************** |
55 /************************************************************************** |
| 56 * Conversation subsystem signal callbacks |
56 * Conversation subsystem signal callbacks |
| 57 **************************************************************************/ |
57 **************************************************************************/ |
| 58 static void |
58 static void |
| 59 conversation_dragging_cb(GaimConvWindow *source, GaimConvWindow *destination) { |
59 conversation_dragging_cb(GaimGtkWindow *source, GaimGtkWindow *destination) { |
| 60 gaim_debug_info("gtk-signal-test", "conversation dragging cb\n"); |
60 gaim_debug_info("gtk-signal-test", "conversation dragging cb\n"); |
| 61 } |
61 } |
| 62 |
62 |
| 63 /************************************************************************** |
63 /************************************************************************** |
| 64 * Plugin stuff |
64 * Plugin stuff |