diff src/gtkconn.c @ 9944:e4a27c9aec4c

[gaim-migrate @ 10838] with much rejoicing, and massive thanks to the efforts of Christian, and all who have helped him, I present to you the incomplete status rewrite! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Sep 2004 21:35:52 +0000
parents 4a15962c344a
children bdec08a8fc5b
line wrap: on
line diff
--- a/src/gtkconn.c	Fri Sep 03 21:21:25 2004 +0000
+++ b/src/gtkconn.c	Fri Sep 03 21:35:52 2004 +0000
@@ -243,7 +243,9 @@
 
 	gaim_setup(gc);
 
+#if 0 /* XXX CORE/UI */
 	do_away_menu();
+#endif
 	gaim_gtk_blist_update_protocol_actions();
 
 	if (meter)
@@ -254,7 +256,9 @@
 {
 	struct signon_meter *meter = find_signon_meter(gc);
 
+#if 0 /* XXX CORE/UI */
 	do_away_menu();
+#endif
 	gaim_gtk_blist_update_protocol_actions();
 
 	if (meter)
@@ -682,11 +686,12 @@
 }
 
 /*
- * This function needs to be moved out of here once away messages are 
+ * This function needs to be moved out of here once away messages are
  * core/UI split.
  */
 void away_on_login(const char *mesg)
 {
+#if 0 /* XXX CORE/UI */
 	GSList *awy = away_messages;
 	struct away_message *a, *message = NULL;
 	GaimGtkBuddyList *gtkblist;
@@ -713,4 +718,5 @@
 		message = away_messages->data;
 	}
 	do_away_message(NULL, message);
+#endif
 }