Fri, 30 Aug 2002 03:17:21 +0000
[gaim-migrate @ 3526]
pretty pictures for the plugins.
| plugins/chatlist.c | file | annotate | diff | comparison | revisions | |
| plugins/ticker/ticker.c | file | annotate | diff | comparison | revisions |
--- a/plugins/chatlist.c Fri Aug 30 03:14:05 2002 +0000 +++ b/plugins/chatlist.c Fri Aug 30 03:17:21 2002 +0000 @@ -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);
--- a/plugins/ticker/ticker.c Fri Aug 30 03:14:05 2002 +0000 +++ b/plugins/ticker/ticker.c Fri Aug 30 03:17:21 2002 +0000 @@ -87,7 +87,6 @@ gtk_window_set_wmclass (GTK_WINDOW(tickerwindow), "ticker", "Gaim"); gtk_widget_realize(tickerwindow); - aol_icon(tickerwindow->window); ticker = gtk_ticker_new(); if (!ticker)