diff plugins/iconaway.c @ 4726:0b1c01fd68f1

[gaim-migrate @ 5039] Fixed win2ktrans and iconaway plugins committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 12 Mar 2003 16:45:33 +0000
parents 2427d847e39c
children fefad67de2c7
line wrap: on
line diff
--- a/plugins/iconaway.c	Wed Mar 12 12:35:02 2003 +0000
+++ b/plugins/iconaway.c	Wed Mar 12 16:45:33 2003 +0000
@@ -15,9 +15,9 @@
 void *handle;
 
 G_MODULE_IMPORT GtkWidget *imaway;
-G_MODULE_IMPORT GtkWidget *blist;
+/*G_MODULE_IMPORT GtkWidget *blist;*/
 /* XXX G_MODULE_IMPORT GtkWidget *all_chats; */
-G_MODULE_IMPORT GtkWidget *all_convos;
+/*G_MODULE_IMPORT GtkWidget *all_convos;*/
 
 #ifdef USE_APPLET
 extern void applet_destroy_buddy();
@@ -32,7 +32,7 @@
 		return;
 
 	gtk_window_iconify(GTK_WINDOW(imaway));
-	hide_buddy_list();
+	gaim_blist_set_visible(FALSE);
 
 	for (windows = gaim_get_windows();
 		 windows != NULL;