comparison plugins/gestures/stroke-draw.c @ 5227:6d1707dc8c3d

[gaim-migrate @ 5597] debug_printf -> gaim_debug committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 17:36:52 +0000
parents f630a793b9d4
children 711db8ff91dd
comparison
equal deleted inserted replaced
5226:a2199ef77cbc 5227:6d1707dc8c3d
260 260
261 GHashTable *hash_table = 261 GHashTable *hash_table =
262 (GHashTable*)g_object_get_data(G_OBJECT(widget), GSTROKE_SIGNALS); 262 (GHashTable*)g_object_get_data(G_OBJECT(widget), GSTROKE_SIGNALS);
263 263
264 #if 0 264 #if 0
265 debug_printf("gstroke %s\n", name); 265 gaim_debug(GAIM_DEBUG_MISC, "gestures", "gstroke %s\n", name);
266 #endif 266 #endif
267 267
268 if (hash_table) 268 if (hash_table)
269 { 269 {
270 struct gstroke_func_and_data *fd = 270 struct gstroke_func_and_data *fd =