plugins/gevolution/gevolution.c

changeset 10662
e2dd08f1a92d
parent 10081
64e398f0eaa3
child 10831
fbe1ff83d5a9
equal deleted inserted replaced
10661:227d1ab950a9 10662:e2dd08f1a92d
217 buddy = (GaimBuddy *)node; 217 buddy = (GaimBuddy *)node;
218 218
219 if (gevo_prpl_is_supported(buddy->account, buddy)) 219 if (gevo_prpl_is_supported(buddy->account, buddy))
220 { 220 {
221 act = gaim_blist_node_action_new(_("Add to Address Book"), 221 act = gaim_blist_node_action_new(_("Add to Address Book"),
222 menu_item_activate_cb, NULL); 222 menu_item_activate_cb,
223 NULL, NULL);
223 *menu = g_list_append(*menu, act); 224 *menu = g_list_append(*menu, act);
224 } 225 }
225 } 226 }
226 227
227 static gboolean 228 static gboolean

mercurial