[Fwd: [evolution-patches] Fix for 73010 (Cannot cancel/close 'Category icon' popup)]
- From: Harry Lu <Harry Lu Sun COM>
- To: release-team gnome org
- Cc: evolution-patches ximian com
- Subject: [Fwd: [evolution-patches] Fix for 73010 (Cannot cancel/close 'Category icon' popup)]
- Date: Tue, 01 Mar 2005 18:42:53 +0800
Hi, Release team,
Attached is the fix for a show-stopper bug of evolution
(http://bugzilla.ximian.com/show_bug.cgi?id=73010). Please review it.
It has gotten peer approval from Rodrigo.
Thanks!
Harry
--- Begin Message ---
- From: Harry Lu <Harry Lu Sun COM>
- To: evolution-patches <evolution-patches ximian com>
- Cc: Rodrigo Moya <rodrigo novell com>
- Subject: [evolution-patches] Fix for 73010 (Cannot cancel/close 'Category icon' popup)
- Date: Tue, 01 Mar 2005 17:25:08 +0800
Rodrigo,
Here is a patch for 73010. Please review it.
And do you think it should be fixed in gnome-2-10 branch, too?
Thanks!
Harry
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/libedataserverui/ChangeLog,v
retrieving revision 1.31
diff -u -r1.31 ChangeLog
--- ChangeLog 28 Feb 2005 19:17:17 -0000 1.31
+++ ChangeLog 1 Mar 2005 09:20:30 -0000
@@ -1,3 +1,10 @@
+2005-03-01 Harry Lu <harry lu sun com>
+
+ Fix for 73010.
+
+ * e-categories-dialog.c: (load_properties_dialog): set modal for
+ the gnome_file_entry.
+
2005-02-25 Rodrigo Moya <rodrigo novell com>
* e-categories-dialog.c (new_button_clicked_cb) :
Index: e-categories-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/libedataserverui/e-categories-dialog.c,v
retrieving revision 1.12
diff -u -r1.12 e-categories-dialog.c
--- e-categories-dialog.c 28 Feb 2005 19:17:17 -0000 1.12
+++ e-categories-dialog.c 1 Mar 2005 09:20:33 -0000
@@ -91,6 +91,7 @@
prop_dialog->category_icon = gnome_file_entry_new ("category-icon-history-id", _("Category Icon"));
gtk_table_attach (GTK_TABLE (table), prop_dialog->category_icon, 1, 2, 2, 3, GTK_FILL, GTK_FILL, 3, 3);
gtk_widget_show (prop_dialog->category_icon);
+ gnome_file_entry_set_modal (prop_dialog->category_icon, TRUE);
return prop_dialog;
}
--- End Message ---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]