Mercurial > pidgin.yaz
changeset 13021:eb64b2b26e56
[gaim-migrate @ 15374]
The last of the whitespace from that tree.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 23 Jan 2006 12:31:27 +0000 |
parents | 72300c551dc2 |
children | 228b1f95e5b4 |
files | src/protocols/sametime/sametime.c src/protocols/yahoo/yahoo.c |
diffstat | 2 files changed, 15 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c Mon Jan 23 11:41:51 2006 +0000 +++ b/src/protocols/sametime/sametime.c Mon Jan 23 12:31:27 2006 +0000 @@ -1218,7 +1218,7 @@ so we use the blist-node-extended-menu signal to trigger this handler */ static void blist_node_menu_cb(GaimBlistNode *node, - GList **menu, struct mwGaimPluginData *pd) { + GList **menu, struct mwGaimPluginData *pd) { const char *owner; GaimGroup *group; GaimAccount *acct; @@ -1240,7 +1240,7 @@ if(gaim_group_on_account(group, acct)) { act = gaim_menu_action_new(_("Invite Group to Conference..."), GAIM_CALLBACK(blist_menu_group_invite), - pd, NULL); + pd, NULL); *menu = g_list_append(*menu, NULL); } #endif
--- a/src/protocols/yahoo/yahoo.c Mon Jan 23 11:41:51 2006 +0000 +++ b/src/protocols/yahoo/yahoo.c Mon Jan 23 12:31:27 2006 +0000 @@ -2869,30 +2869,30 @@ if (yd->current_status == YAHOO_STATUS_INVISIBLE) { if (f->presence != YAHOO_PRESENCE_ONLINE) { act = gaim_menu_action_new(_("Appear Online"), - GAIM_CALLBACK(yahoo_presence_settings), - GINT_TO_POINTER(YAHOO_PRESENCE_ONLINE), - NULL); + GAIM_CALLBACK(yahoo_presence_settings), + GINT_TO_POINTER(YAHOO_PRESENCE_ONLINE), + NULL); m = g_list_append(m, act); } else if (f->presence != YAHOO_PRESENCE_DEFAULT) { act = gaim_menu_action_new(_("Appear Offline"), - GAIM_CALLBACK(yahoo_presence_settings), - GINT_TO_POINTER(YAHOO_PRESENCE_DEFAULT), - NULL); + GAIM_CALLBACK(yahoo_presence_settings), + GINT_TO_POINTER(YAHOO_PRESENCE_DEFAULT), + NULL); m = g_list_append(m, act); } } if (f->presence == YAHOO_PRESENCE_PERM_OFFLINE) { - act = gaim_menu_action_new( - _("Don't Appear Permanently Offline"), - GAIM_CALLBACK(yahoo_presence_settings), - GINT_TO_POINTER(YAHOO_PRESENCE_DEFAULT), NULL); + act = gaim_menu_action_new(_("Don't Appear Permanently Offline"), + GAIM_CALLBACK(yahoo_presence_settings), + GINT_TO_POINTER(YAHOO_PRESENCE_DEFAULT), + NULL); m = g_list_append(m, act); } else { act = gaim_menu_action_new(_("Appear Permanently Offline"), - GAIM_CALLBACK(yahoo_presence_settings), - GINT_TO_POINTER(YAHOO_PRESENCE_PERM_OFFLINE), - NULL); + GAIM_CALLBACK(yahoo_presence_settings), + GINT_TO_POINTER(YAHOO_PRESENCE_PERM_OFFLINE), + NULL); m = g_list_append(m, act); }