aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-queue.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-03-28 19:28:54 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-03-28 19:28:54 +0800
commitf7a64f89c9529570e708217e7336e717e307035b (patch)
tree796b57a2d26281f89d864da229db8686e46cb1f5 /calendar/gui/alarm-notify/alarm-queue.c
parentae4b38b12c116287be0d34895f52d0b6db07f364 (diff)
downloadgsoc2013-evolution-f7a64f89c9529570e708217e7336e717e307035b.tar
gsoc2013-evolution-f7a64f89c9529570e708217e7336e717e307035b.tar.gz
gsoc2013-evolution-f7a64f89c9529570e708217e7336e717e307035b.tar.bz2
gsoc2013-evolution-f7a64f89c9529570e708217e7336e717e307035b.tar.lz
gsoc2013-evolution-f7a64f89c9529570e708217e7336e717e307035b.tar.xz
gsoc2013-evolution-f7a64f89c9529570e708217e7336e717e307035b.tar.zst
gsoc2013-evolution-f7a64f89c9529570e708217e7336e717e307035b.zip
Fixes #44719
2005-03-28 Rodrigo Moya <rodrigo@novell.com> Fixes #44719 * gui/alarm-queue.c (display_notification): make the alarm dialog sticky when not using the system tray. svn path=/trunk/; revision=29116
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-queue.c')
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c
index 9b62f131de..e8797639a6 100644
--- a/calendar/gui/alarm-notify/alarm-queue.c
+++ b/calendar/gui/alarm-notify/alarm-queue.c
@@ -1036,6 +1036,7 @@ display_notification (time_t trigger, CompQueuedAlarms *cqa,
if (!config_data_get_notify_with_tray ()) {
tray_data->blink_id = -1;
open_alarm_dialog (tray_data);
+ gtk_window_stick (GTK_WINDOW (tray_data->alarm_dialog));
} else {
tray_data->blink_id = g_timeout_add (500, tray_icon_blink_cb, tray_data);
gtk_widget_show (tray_icon);