# HG changeset patch # User Nathan Walp # Date 1075609294 0 # Node ID 9f174d0222bd0894f5b4d7b8f5ee41d4349bdeea # Parent 7c45eb829340e9bd3df06b3f0dd013a98cce425a [gaim-migrate @ 8921] horrible hack "Pro" this version compiles ;-) committer: Tailor Script diff -r 7c45eb829340 -r 9f174d0222bd src/gtkblist.c --- 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); } }