From 2134a444352dee5cd4ce339db861d68381c37388 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 4 Mar 2004 12:09:14 +0000 Subject: don't make the dialog window sticky, the icon on the system tray already 2004-03-04 Rodrigo Moya * 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. svn path=/trunk/; revision=24963 --- calendar/ChangeLog | 6 ++++++ calendar/gui/alarm-notify/alarm-notify-dialog.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 28dbfd03a3..6a04d05ee0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-03-04 Rodrigo Moya + + * 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 Fixes #54028 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); -- cgit v1.2.3