From 873550ef30d4e8c8d249442fb5002095765a764f Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Sat, 10 Jan 2004 14:16:16 +0000 Subject: keep all the tray icons we create in a list. (tray_icon_destroyed_cb): 2004-01-10 Rodrigo Moya * gui/alarm-notify/alarm-queue.c (display_notification): keep all the tray icons we create in a list. (tray_icon_destroyed_cb): remove the tray icon data from the list. (popup_dismiss_cb, popup_dismiss_all_cb): implemented missing popup menu items. svn path=/trunk/; revision=24145 --- calendar/gui/e-calendar-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-calendar-table.c') diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index 1fa9b9c0b2..2f459a33e2 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -1377,7 +1377,7 @@ e_calendar_table_set_status_message (ECalendarTable *cal_table, const gchar *mes EActivityHandler *activity_handler = calendar_component_peek_activity_handler (calendar_component_peek ()); g_return_if_fail (E_IS_CALENDAR_TABLE (cal_table)); - + if (!message || !*message) { if (cal_table->activity_id != 0) { e_activity_handler_operation_finished (activity_handler, cal_table->activity_id); -- cgit v1.2.3