diff pidgin/gtkdocklet.c @ 32620:82f26939d2ba

Remove all the old GTK_CHECK_VERSION stuff. Of course, this makes this branch strictly 3.0.0 only.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 26 Jul 2010 04:14:44 +0000
parents 4aa5400b1b99
children a3bd979c9ce4 787609e41f20
line wrap: on
line diff
--- a/pidgin/gtkdocklet.c	Sun Jul 25 23:40:05 2010 +0000
+++ b/pidgin/gtkdocklet.c	Mon Jul 26 04:14:44 2010 +0000
@@ -523,7 +523,7 @@
 		new_menu_item_with_status_icon(menu,
 			purple_status_type_get_name(status_type),
 			prim, G_CALLBACK(activate_status_account_cb),
-			status_type, 0, 0, NULL);
+			GINT_TO_POINTER(status_type), 0, 0, NULL);
 	}
 }