From e77cfd7e4008635870949d708133a848294dd6fd Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 26 Nov 2004 13:58:56 +0000 Subject: ditto 2004-11-26 JP Rosevear * gui/alarm-notify/alarm-queue.c (display_notification): ditto * gui/e-timezone-entry.c (e_timezone_entry_init): get the image directly from the icon factory svn path=/trunk/; revision=27996 --- calendar/gui/alarm-notify/alarm-queue.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'calendar/gui/alarm-notify/alarm-queue.c') diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index 5d7b6b2078..8176c3c145 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -932,7 +932,6 @@ display_notification (time_t trigger, CompQueuedAlarms *cqa, GSList *text_list; char *str, *start_str, *end_str, *alarm_str; icaltimezone *current_zone; - GdkPixbuf *pixbuf; comp = cqa->alarms->comp; qa = lookup_queued_alarm (cqa, alarm_id); @@ -970,9 +969,7 @@ display_notification (time_t trigger, CompQueuedAlarms *cqa, tooltips = gtk_tooltips_new (); tray_icon = GTK_WIDGET (egg_tray_icon_new (qa->instance->auid)); - pixbuf = e_icon_factory_get_icon ("stock_appointment-reminder", E_ICON_SIZE_LARGE_TOOLBAR); - image = gtk_image_new_from_pixbuf (pixbuf); - gdk_pixbuf_unref (pixbuf); + image = e_icon_factory_get_image ("stock_appointment-reminder", E_ICON_SIZE_LARGE_TOOLBAR); ebox = gtk_event_box_new (); gtk_widget_show (image); -- cgit v1.2.3