comparison src/gaimrc.c @ 8283:35f69749b226

[gaim-migrate @ 9007] "#1 fixes the browser enhancement committed yesterday so it allows wingaim to +compile #2 fixes 2 compile warnings" --daniel_atallah committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 17 Feb 2004 19:02:45 +0000
parents 9af78e73f0b2
children 9773e3f3ec7a
comparison
equal deleted inserted replaced
8282:ab35a0bec13a 8283:35f69749b226
881 general_options & OPT_GEN_POPUP_WINDOWS); 881 general_options & OPT_GEN_POPUP_WINDOWS);
882 gaim_prefs_set_bool("/core/conversations/send_urls_as_links", 882 gaim_prefs_set_bool("/core/conversations/send_urls_as_links",
883 general_options & OPT_GEN_SEND_LINKS); 883 general_options & OPT_GEN_SEND_LINKS);
884 gaim_prefs_set_bool("/gaim/gtk/debug/enabled", 884 gaim_prefs_set_bool("/gaim/gtk/debug/enabled",
885 general_options & OPT_GEN_DEBUG); 885 general_options & OPT_GEN_DEBUG);
886 #ifndef _WIN32
886 gaim_prefs_set_int("/gaim/gtk/browsers/place", 887 gaim_prefs_set_int("/gaim/gtk/browsers/place",
887 (general_options & OPT_GEN_BROWSER_POPUP) ? 888 (general_options & OPT_GEN_BROWSER_POPUP) ?
888 GAIM_BROWSER_NEW_WINDOW : GAIM_BROWSER_DEFAULT ); 889 GAIM_BROWSER_NEW_WINDOW : GAIM_BROWSER_DEFAULT );
890 #endif
889 gaim_prefs_set_bool("/gaim/gtk/conversations/spellecheck", 891 gaim_prefs_set_bool("/gaim/gtk/conversations/spellecheck",
890 general_options & OPT_GEN_CHECK_SPELLING); 892 general_options & OPT_GEN_CHECK_SPELLING);
891 gaim_prefs_set_bool("/gaim/gtk/conversations/chat/raise_on_events", 893 gaim_prefs_set_bool("/gaim/gtk/conversations/chat/raise_on_events",
892 general_options & OPT_GEN_POPUP_CHAT); 894 general_options & OPT_GEN_POPUP_CHAT);
893 gaim_prefs_set_bool("/core/conversations/away_back_on_send", 895 gaim_prefs_set_bool("/core/conversations/away_back_on_send",