comparison src/aim.c @ 82:05077cb276d4

[gaim-migrate @ 92] Made it very easy to switch between penguin and devil icons in the applet. Also made it so that it would find the icons better (through use of nifty GNOME functions I accidentally found). Other little touch-ups here and there. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Apr 2000 08:22:38 +0000
parents b9e90a914e20
children 51943f1a97a0
comparison
equal deleted inserted replaced
81:7a24bb75a97b 82:05077cb276d4
404 if((general_options & OPT_GEN_AUTO_LOGIN) && 404 if((general_options & OPT_GEN_AUTO_LOGIN) &&
405 (general_options & OPT_GEN_REMEMBER_PASS)) { 405 (general_options & OPT_GEN_REMEMBER_PASS)) {
406 406
407 applet_show_login(APPLET_WIDGET(applet), NULL); 407 applet_show_login(APPLET_WIDGET(applet), NULL);
408 } 408 }
409
410 update_pixmaps();
409 411
410 applet_widget_gtk_main(); 412 applet_widget_gtk_main();
411 #else 413 #else
412 414
413 415