comparison src/gtkconv.c @ 11486:3ca08210da50

[gaim-migrate @ 13728] this is correct marshaller, although it really doesn't matter... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Fri, 09 Sep 2005 21:05:02 +0000
parents 16b0da1f376f
children 9fc7d0153332
comparison
equal deleted inserted replaced
11485:16b0da1f376f 11486:3ca08210da50
209 } 209 }
210 210
211 /************************************************************************** 211 /**************************************************************************
212 * Callbacks 212 * Callbacks
213 **************************************************************************/ 213 **************************************************************************/
214 static gint 214 static gboolean
215 close_win_cb(GtkWidget *w, GdkEventAny *e, gpointer d) 215 close_win_cb(GtkWidget *w, GdkEventAny *e, gpointer d)
216 { 216 {
217 GaimConvWindow *win = (GaimConvWindow *)d; 217 GaimConvWindow *win = (GaimConvWindow *)d;
218 GList *l; 218 GList *l;
219 219