comparison src/gaimrc.c @ 3438:5ed476196e4b

[gaim-migrate @ 3478] Thanks peloverde. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 26 Aug 2002 02:33:38 +0000
parents 583e33f3952e
children 222e23f91092
comparison
equal deleted inserted replaced
3437:2792ff369dff 3438:5ed476196e4b
827 827
828 if (!away_resend) 828 if (!away_resend)
829 away_resend = 120; 829 away_resend = 120;
830 830
831 if (misc_options & OPT_MISC_BUDDY_TICKER) { 831 if (misc_options & OPT_MISC_BUDDY_TICKER) {
832 #ifdef GAIM_PLUGINS
832 load_plugin(LIBDIR "/ticker.so"); 833 load_plugin(LIBDIR "/ticker.so");
834 #endif
833 misc_options &= ~OPT_MISC_BUDDY_TICKER; 835 misc_options &= ~OPT_MISC_BUDDY_TICKER;
834 } 836 }
835 } 837 }
836 838
837 static void gaimrc_write_options(FILE *f) 839 static void gaimrc_write_options(FILE *f)