Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/prefs.c Thu Mar 23 04:13:40 2000 +0000 +++ b/src/prefs.c Thu Mar 23 06:47:01 2000 +0000 @@ -369,7 +369,7 @@ gaim_button("Log All Conversations", &general_options, OPT_GEN_LOG_ALL, genbox); gaim_button("Strip HTML from log files", &general_options, OPT_GEN_STRIP_HTML, genbox); #ifdef USE_APPLET - gaim_button("Automatically Show Buddy List", &applet_buddy_auto_show, genbox); + gaim_button("Automatically Show Buddy List", &general_options, OPT_GEN_APP_BUDDY_SHOW, genbox); #endif gaim_button("Raise windows when message recieved", &general_options, OPT_GEN_POPUP_WINDOWS, genbox); gaim_button("Send URLs as links", &general_options, OPT_GEN_SEND_LINKS, genbox);