Mercurial > pidgin
changeset 8198:9f174d0222bd
[gaim-migrate @ 8921]
horrible hack "Pro"
this version compiles ;-)
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 01 Feb 2004 04:21:34 +0000 |
parents | 7c45eb829340 |
children | 12055bae7f59 |
files | src/gtkblist.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Sun Feb 01 04:09:34 2004 +0000 +++ b/src/gtkblist.c Sun Feb 01 04:21:34 2004 +0000 @@ -895,8 +895,8 @@ { GtkWidget *menu; gboolean autojoin = (gaim_blist_node_get_bool(node, - "gtk-autojoin") || (gaim_blist_get_string(node, - "gtk-autojoin") != NULL)) + "gtk-autojoin") || (gaim_blist_node_get_string(node, + "gtk-autojoin") != NULL)); menu = gtk_menu_new(); gaim_new_item_from_stock(menu, _("_Join"), GAIM_STOCK_CHAT, @@ -4077,8 +4077,8 @@ continue; if(gaim_blist_node_get_bool((GaimBlistNode*)chat, "gtk-autojoin") || - (gaim_blist_node_get_string(GaimBlistNode*)chat, - "gtk-autojoin" != NULL)) + (gaim_blist_node_get_string((GaimBlistNode*)chat, + "gtk-autojoin") != NULL)) serv_join_chat(gc, chat->components); } }