aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/alarm-notify/alarm-notify-dialog.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 28dbfd03a3..6a04d05ee0 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,11 @@
2004-03-04 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/alarm-notify/alarm-notify-dialog.c (alarm_notify_dialog):
+ don't make the dialog window sticky, the icon on the system tray
+ already shows in all workspaces.
+
+2004-03-04 Rodrigo Moya <rodrigo@ximian.com>
+
Fixes #54028
* gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): fixed the
diff --git a/calendar/gui/alarm-notify/alarm-notify-dialog.c b/calendar/gui/alarm-notify/alarm-notify-dialog.c
index e7c87c2156..c315781e6f 100644
--- a/calendar/gui/alarm-notify/alarm-notify-dialog.c
+++ b/calendar/gui/alarm-notify/alarm-notify-dialog.c
@@ -377,7 +377,6 @@ alarm_notify_dialog (time_t trigger, time_t occur_start, time_t occur_end,
if (!GTK_WIDGET_REALIZED (an->dialog))
gtk_widget_realize (an->dialog);
- gtk_window_stick (GTK_WINDOW (an->dialog));
gtk_window_set_icon_from_file (GTK_WINDOW (an->dialog), EVOLUTION_IMAGESDIR "/alarm.png", NULL);
gtk_widget_show (an->dialog);