aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-10 22:16:16 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-10 22:16:16 +0800
commit873550ef30d4e8c8d249442fb5002095765a764f (patch)
tree72af0242cd3c1d1fb3c0ec60cd11102fb3f60afe /calendar/gui/e-calendar-table.c
parent82a3ae7919c66016b8f8352d3d0aacec84eaf2d8 (diff)
downloadgsoc2013-evolution-873550ef30d4e8c8d249442fb5002095765a764f.tar
gsoc2013-evolution-873550ef30d4e8c8d249442fb5002095765a764f.tar.gz
gsoc2013-evolution-873550ef30d4e8c8d249442fb5002095765a764f.tar.bz2
gsoc2013-evolution-873550ef30d4e8c8d249442fb5002095765a764f.tar.lz
gsoc2013-evolution-873550ef30d4e8c8d249442fb5002095765a764f.tar.xz
gsoc2013-evolution-873550ef30d4e8c8d249442fb5002095765a764f.tar.zst
gsoc2013-evolution-873550ef30d4e8c8d249442fb5002095765a764f.zip
keep all the tray icons we create in a list. (tray_icon_destroyed_cb):
2004-01-10 Rodrigo Moya <rodrigo@ximian.com> * 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
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c2
1 files changed, 1 insertions, 1 deletions
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);