comparison src/protocols/sametime/sametime.c @ 12923:f50a99d5ba9b

[gaim-migrate @ 15276] fixing gaim_menu_action_new warnings committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Wed, 18 Jan 2006 02:58:15 +0000
parents 66e424d4bc77
children 82e918444965
comparison
equal deleted inserted replaced
12922:7324922a8849 12923:f50a99d5ba9b
1237 #if 0 1237 #if 0
1238 /* if there's anyone in the group for this acct, offer to invite 1238 /* if there's anyone in the group for this acct, offer to invite
1239 them all to a conference */ 1239 them all to a conference */
1240 if(gaim_group_on_account(group, acct)) { 1240 if(gaim_group_on_account(group, acct)) {
1241 act = gaim_menu_action_new(_("Invite Group to Conference..."), 1241 act = gaim_menu_action_new(_("Invite Group to Conference..."),
1242 GAIM_CALLBACK(blist_menu_group_invite), pd, NULL); 1242 GAIM_CALLBACK(blist_menu_group_invite),
1243 pd, NULL);
1243 *menu = g_list_append(*menu, NULL); 1244 *menu = g_list_append(*menu, NULL);
1244 } 1245 }
1245 #endif 1246 #endif
1246 1247
1247 /* check if it's a NAB group for this account */ 1248 /* check if it's a NAB group for this account */
3490 return l; 3491 return l;
3491 3492
3492 l = g_list_append(l, NULL); 3493 l = g_list_append(l, NULL);
3493 3494
3494 act = gaim_menu_action_new(_("Invite to Conference..."), 3495 act = gaim_menu_action_new(_("Invite to Conference..."),
3495 blist_menu_conf, NULL, NULL); 3496 GAIM_CALLBACK(blist_menu_conf), NULL, NULL);
3496 l = g_list_append(l, act); 3497 l = g_list_append(l, act);
3497 3498
3498 /** note: this never gets called for a GaimGroup, have to use the 3499 /** note: this never gets called for a GaimGroup, have to use the
3499 blist-node-extended-menu signal for that. The function 3500 blist-node-extended-menu signal for that. The function
3500 blist_node_menu_cb is assigned to this signal in the function 3501 blist_node_menu_cb is assigned to this signal in the function