comparison src/multi.c @ 3726:d85208a99af2

[gaim-migrate @ 3862] (12:18:46) Robot101: it switches the .desktop file to the new KDE/GNOME common vfolder format (12:18:48) Robot101: and location (12:19:01) Robot101: and it moves a function from util.c to aim.c and makes it static (12:19:08) Robot101: because it's only used by the main window and removes a function herman #ifdef 0'ed, and fixes a segfault in the docklet. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 17 Oct 2002 16:25:54 +0000
parents 988485669631
children a20bf3d247ff
comparison
equal deleted inserted replaced
3725:dd48b1ac5bd8 3726:d85208a99af2
1136 do_proto_menu(); 1136 do_proto_menu();
1137 redo_convo_menus(); 1137 redo_convo_menus();
1138 gaim_setup(gc); 1138 gaim_setup(gc);
1139 1139
1140 gc->user->connecting = FALSE; 1140 gc->user->connecting = FALSE;
1141 if (connecting_count) { 1141 connecting_count--;
1142 connecting_count--;
1143 }
1144 debug_printf("connecting_count: %d\n", connecting_count); 1142 debug_printf("connecting_count: %d\n", connecting_count);
1145 1143
1146 plugin_event(event_signon, gc); 1144 plugin_event(event_signon, gc);
1147 system_log(log_signon, gc, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); 1145 system_log(log_signon, gc, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON);
1148 1146
1437 /* set this in case the plugin died before really connecting. 1435 /* set this in case the plugin died before really connecting.
1438 do it after calling the plugins so they can determine if 1436 do it after calling the plugins so they can determine if
1439 this user was ever on-line or not */ 1437 this user was ever on-line or not */
1440 if (gc->user->connecting) { 1438 if (gc->user->connecting) {
1441 gc->user->connecting = FALSE; 1439 gc->user->connecting = FALSE;
1442 if (connecting_count) { 1440 connecting_count--;
1443 connecting_count--;
1444 }
1445 } 1441 }
1446 debug_printf("connecting_count: %d\n", connecting_count); 1442 debug_printf("connecting_count: %d\n", connecting_count);
1447 serv_close(gc); 1443 serv_close(gc);
1448 1444
1449 /* more UI stuff */ 1445 /* more UI stuff */