[evolution-patches] patch for #44719 (calendar)



This makes the alarm dialog sticky, as it was in 1.2 and some 1.4.x
versions.
-- 
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2698
diff -u -p -r1.2698 ChangeLog
--- ChangeLog	22 Mar 2005 15:09:10 -0000	1.2698
+++ ChangeLog	23 Mar 2005 12:37:54 -0000
@@ -1,3 +1,17 @@
+2005-03-23  Rodrigo Moya <rodrigo novell com>
+
+	Fixes #44719
+
+	* gui/alarm-queue.c (display_notification): make the alarm dialog sticky
+	when not using the system tray.
+
+2005-03-23  Rodrigo Moya <rodrigo novell com>
+
+	Fixes #41740
+
+	* gui/alarm-queue.c (edit_component): display error messages when we
+	can't load the component in the editor.
+
 2005-03-22  Chenthill Palanisamy  <pchenthill novell com>
 
 	* gui/calendar-component.c: (popup_event_cb): Popup all the 
Index: gui/alarm-notify/alarm-queue.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/alarm-notify/alarm-queue.c,v
retrieving revision 1.82
diff -u -p -r1.82 alarm-queue.c
--- gui/alarm-notify/alarm-queue.c	15 Mar 2005 02:53:26 -0000	1.82
+++ gui/alarm-notify/alarm-queue.c	23 Mar 2005 12:37:54 -0000
@@ -1036,6 +1046,7 @@ display_notification (time_t trigger, Co
 	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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]