diff src/multi.c @ 3554:cf00549c53d7

[gaim-migrate @ 3644] A long annoying patch by one Robert McQueen. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 26 Sep 2002 15:23:33 +0000
parents 6b0cb60162f4
children b791019b2492
line wrap: on
line diff
--- a/src/multi.c	Thu Sep 26 14:26:11 2002 +0000
+++ b/src/multi.c	Thu Sep 26 15:23:33 2002 +0000
@@ -1112,7 +1112,7 @@
 		gtk_widget_destroy(meter_win->window);
 		g_free (meter_win);
 		meter_win = NULL;
-		}
+	}
 }
 
 void account_online(struct gaim_connection *gc)
@@ -1131,22 +1131,6 @@
 	if (mainwindow)
 		gtk_widget_hide(mainwindow);
 
-/* fixme: docklet
-	if (blist_options & OPT_BLIST_APP_BUDDY_SHOW) {
-		show_buddy_list();
-		refresh_buddy_window();
-		createOnlinePopup();
-		applet_buddy_show = TRUE;
-	} else if (!blist) {
-		show_buddy_list();
-		build_edit_tree();
-		gtk_widget_hide(blist);
-		applet_buddy_show = FALSE;
-	} else {
-		build_edit_tree();
-	}
-	set_user_state(online); */
-
 	show_buddy_list();
 	refresh_buddy_window();