Mercurial > pidgin
changeset 3475:ee79ca85fe0f
[gaim-migrate @ 3526]
pretty pictures for the plugins.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 30 Aug 2002 03:17:21 +0000 |
parents | cfbdfe334975 |
children | 36fd2bddddf6 |
files | plugins/chatlist.c plugins/ticker/ticker.c |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)