pidgin/plugins/markerline.c

changeset 39481
4db28449567d
parent 39479
4da996236e9b
child 39483
ab4728087d87
--- a/pidgin/plugins/markerline.c	Thu Feb 01 23:21:30 2018 -0600
+++ b/pidgin/plugins/markerline.c	Thu Feb 15 22:04:57 2018 -0600
@@ -168,7 +168,7 @@
 {
 	gboolean enabled = ((PURPLE_IS_IM_CONVERSATION(conv) && purple_prefs_get_bool(PREF_IMS)) ||
 		(PURPLE_IS_CHAT_CONVERSATION(conv) && purple_prefs_get_bool(PREF_CHATS)));
-	PurpleMenuAction *action = purple_menu_action_new(_("Jump to markerline"),
+	PurpleActionMenu *action = purple_menu_action_new(_("Jump to markerline"),
 			enabled ? PURPLE_CALLBACK(jump_to_markerline) : NULL, NULL, NULL);
 	*list = g_list_append(*list, action);
 }

mercurial