diff plugins/iconaway.c @ 9962:499a71d5d20f

[gaim-migrate @ 10870] #if 0 some things so other things will compile and Gaim can be fixed once piece at a time committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Sep 2004 05:24:25 +0000
parents f8e395a054e2
children faab1d04dedf
line wrap: on
line diff
--- a/plugins/iconaway.c	Tue Sep 07 05:15:38 2004 +0000
+++ b/plugins/iconaway.c	Tue Sep 07 05:24:25 2004 +0000
@@ -49,6 +49,7 @@
 
 	gc = gaim_account_get_connection(account);
 
+#if 0 /* STATUS */
 	if (!imaway || !gc->away)
 		return;
 
@@ -69,6 +70,7 @@
 			gtk_window_iconify(GTK_WINDOW(gtkwin->window));
 		}
 	}
+#endif /* STATUS */
 }
 
 /*