plugins/gtk-signals-test.c

changeset 11848
1ac2dab0cddd
parent 11447
23594a754163
child 12604
893fbf89317c
equal deleted inserted replaced
11847:3643c8174e78 11848:1ac2dab0cddd
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

mercurial