diff src/gtkmain.c @ 10306:56cc5d49472b

[gaim-migrate @ 11492] " Well, I found a bug, and even though I had code to prevent that crash it seems it did not. So now here is in a different way, which by the way is more efficient." --Felipe Contreras (19:35:44) shx: LSchiere: there's a bugfix patch for msn in the tracker if it interest you ;) (19:35:59) LSchiere: the one i assigned to nosnilmot just a little bit ago? (19:36:24) shx: LSchiere: probably (19:38:25) LSchiere: i just remembered to day is release day (19:38:51) shx: yeap... so I tought it was important to commit it also, i rather like being able to compile committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Dec 2004 00:57:21 +0000
parents 581de78cf809
children 2ac21bf20e04
line wrap: on
line diff
--- a/src/gtkmain.c	Fri Dec 03 00:10:19 2004 +0000
+++ b/src/gtkmain.c	Fri Dec 03 00:57:21 2004 +0000
@@ -55,7 +55,6 @@
 #include "gtkrequest.h"
 #include "gtkroomlist.h"
 #include "gtksound.h"
-#include "gtkstatus.h"
 #include "gtkutils.h"
 #include "gtkstock.h"
 
@@ -314,8 +313,6 @@
 	/* And raise the curtain! */
 	gtk_widget_show_all(mainwindow);
 
-	/* XXX - TODO - STATUS - Remove this! */
-	gaim_gtk_status_window_show();
 }
 
 static void
@@ -467,7 +464,6 @@
 	gaim_gtk_conversations_init();
 	gaim_gtk_pounces_init();
 	gaim_gtk_privacy_init();
-	gaim_gtk_status_init();
 	gaim_gtk_xfers_init();
 	gaim_gtk_roomlist_init();
 }