src/protocols/toc/toc.c

changeset 12919
519199cca273
parent 12650
ca70a14f4994
child 13297
b97c7fb0b6b9
--- a/src/protocols/toc/toc.c	Tue Jan 17 19:28:45 2006 +0000
+++ b/src/protocols/toc/toc.c	Tue Jan 17 23:22:19 2006 +0000
@@ -1543,11 +1543,11 @@
 static GList *toc_blist_node_menu(GaimBlistNode *node)
 {
 	GList *m = NULL;
-	GaimBlistNodeAction *act;
+	GaimMenuAction *act;
 
 	if(GAIM_BLIST_NODE_IS_BUDDY(node)) {
-		act = gaim_blist_node_action_new(_("Get Dir Info"),
-		                                 toc_get_dir, NULL, NULL);
+		act = gaim_menu_action_new(_("Get Dir Info"),
+		                           toc_get_dir, NULL, NULL);
 		m = g_list_append(m, act);
 	}
 

mercurial