diff src/gtkstatusbox.c @ 11347:6c1ad49fcb4b

[gaim-migrate @ 13564] Oscar saves/restores it's previous state now. Could somebody please fix gtkstatusbox.c? (See my comment above the part that I changed) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 26 Aug 2005 03:21:03 +0000
parents c072be05e7ba
children 62db025d3eb0
line wrap: on
line diff
--- a/src/gtkstatusbox.c	Fri Aug 26 02:10:26 2005 +0000
+++ b/src/gtkstatusbox.c	Fri Aug 26 03:21:03 2005 +0000
@@ -253,7 +253,7 @@
 	 *       status the user's accounts are set to instead of always
 	 *       using "Available."
 	 */
-	gtk_combo_box_set_active(GTK_COMBO_BOX(status_box), 0);
+	/* gtk_combo_box_set_active(GTK_COMBO_BOX(status_box), 0); */
 
 }