Mercurial > pidgin
diff plugins/gestures/gestures.c @ 12816:ff267281e882
[gaim-migrate @ 15164]
Get rid of a compile warning by changing the definition of
(*GaimPrefCallback) to pass a gconstpointer val instead of
gpointer
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 11 Jan 2006 04:32:12 +0000 |
| parents | a99a0cc67713 |
| children | 5f3d5f30590a |
line wrap: on
line diff
--- a/plugins/gestures/gestures.c Wed Jan 11 03:42:22 2006 +0000 +++ b/plugins/gestures/gestures.c Wed Jan 11 04:32:12 2006 +0000 @@ -175,7 +175,7 @@ } static void -visual_pref_cb(const char *name, GaimPrefType type, gpointer value, +visual_pref_cb(const char *name, GaimPrefType type, gconstpointer value, gpointer data) { gstroke_set_draw_strokes((gboolean) GPOINTER_TO_INT(value) );
