From: Sean E. <sea...@us...> - 2002-08-30 03:17:23
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv32437 Modified Files: chatlist.c Log Message: pretty pictures for the plugins. Index: chatlist.c =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/chatlist.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- chatlist.c 4 Mar 2002 03:04:48 -0000 1.12 +++ chatlist.c 30 Aug 2002 03:17:21 -0000 1.13 @@ -324,7 +324,6 @@ gtk_window_set_title(GTK_WINDOW(parent), "Chat Rooms"); gtk_window_set_wmclass(GTK_WINDOW(parent), "chatlist", "Gaim"); gtk_widget_realize(parent); - aol_icon(parent->window); gtk_signal_connect(GTK_OBJECT(parent), "destroy", GTK_SIGNAL_FUNC(parent_destroy), NULL); |