[evolution-patches] Fix for the bug #273781 [calendar]



Hi,
  Have attached the fix for the bug.

thanks, Chenthill.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2803
diff -u -p -r1.2803 ChangeLog
--- ChangeLog	2 Sep 2005 13:58:02 -0000	1.2803
+++ ChangeLog	14 Sep 2005 11:54:31 -0000
@@ -1,3 +1,10 @@
+2005-09-14  Chenthill Palanisamy  <pchenthill novell com>
+
+	Fixes #273781
+	* gui/alarm-notify/alarm-notify-dialog.c:
+	(notified_alarms_dialog_new): Set the alarm window to
+	appear on the top.
+
 2005-09-01  Dinesh Layek  <ldinesh novell com>
 
 	Fixes #314922, 311694, 314918
Index: gui/alarm-notify/alarm-notify-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/alarm-notify/alarm-notify-dialog.c,v
retrieving revision 1.35
diff -u -p -r1.35 alarm-notify-dialog.c
--- gui/alarm-notify/alarm-notify-dialog.c	12 Aug 2005 13:55:51 -0000	1.35
+++ gui/alarm-notify/alarm-notify-dialog.c	14 Sep 2005 11:54:31 -0000
@@ -245,6 +245,8 @@ notified_alarms_dialog_new (void)
 
 	gtk_tree_view_set_model (GTK_TREE_VIEW(an->treeview), model);
 
+	gtk_window_set_keep_above (GTK_WINDOW (an->dialog), TRUE);
+
 	column = gtk_tree_view_column_new_with_attributes (_("Start time"),
 					renderer, "text", ALARM_DISPLAY_COLUMN, NULL);
 


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