comparison src/prefs.c @ 10:34db9f242899

[gaim-migrate @ 19] Fixed a small problem with au2h and added a gnome patch by Eric Warmenhoven for GNOME Applet fixes. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 23 Mar 2000 06:47:01 +0000
parents effb8a20de26
children 99d91a6c2fbf
comparison
equal deleted inserted replaced
9:effb8a20de26 10:34db9f242899
367 gaim_button("Enter sends message", &general_options, OPT_GEN_ENTER_SENDS, genbox); 367 gaim_button("Enter sends message", &general_options, OPT_GEN_ENTER_SENDS, genbox);
368 gaim_button("Auto-login", &general_options, OPT_GEN_AUTO_LOGIN, genbox); 368 gaim_button("Auto-login", &general_options, OPT_GEN_AUTO_LOGIN, genbox);
369 gaim_button("Log All Conversations", &general_options, OPT_GEN_LOG_ALL, genbox); 369 gaim_button("Log All Conversations", &general_options, OPT_GEN_LOG_ALL, genbox);
370 gaim_button("Strip HTML from log files", &general_options, OPT_GEN_STRIP_HTML, genbox); 370 gaim_button("Strip HTML from log files", &general_options, OPT_GEN_STRIP_HTML, genbox);
371 #ifdef USE_APPLET 371 #ifdef USE_APPLET
372 gaim_button("Automatically Show Buddy List", &applet_buddy_auto_show, genbox); 372 gaim_button("Automatically Show Buddy List", &general_options, OPT_GEN_APP_BUDDY_SHOW, genbox);
373 #endif 373 #endif
374 gaim_button("Raise windows when message recieved", &general_options, OPT_GEN_POPUP_WINDOWS, genbox); 374 gaim_button("Raise windows when message recieved", &general_options, OPT_GEN_POPUP_WINDOWS, genbox);
375 gaim_button("Send URLs as links", &general_options, OPT_GEN_SEND_LINKS, genbox); 375 gaim_button("Send URLs as links", &general_options, OPT_GEN_SEND_LINKS, genbox);
376 gaim_button("Show Lag-O-Meter", &general_options, OPT_GEN_SHOW_LAGMETER, genbox); 376 gaim_button("Show Lag-O-Meter", &general_options, OPT_GEN_SHOW_LAGMETER, genbox);
377 gaim_button("Save some window size/positions", &general_options, OPT_GEN_SAVED_WINDOWS, genbox); 377 gaim_button("Save some window size/positions", &general_options, OPT_GEN_SAVED_WINDOWS, genbox);