[evolution-patches] Patch for #34354
- From: Mengjie Yu <Meng-Jie Yu Sun COM>
- To: Rodney Dawes <dobey novell com>
- Cc: evolution-patches <evolution-patches lists ximian com>, Hans Petter Jansson <hpj ximian com>
- Subject: [evolution-patches] Patch for #34354
- Date: Sat, 26 Mar 2005 23:01:57 +0800
hi, Rodney
Here is the patch for #34354, and it is about UI, so it need your
review.
the related URL is:
http://bugzilla.ximian.com/show_bug.cgi?id=34354
Will you please help me to review it?
Thanks a lot.
Yours,
Mengjie
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1926
diff -u -p -r1.1926 ChangeLog
--- ChangeLog 28 Feb 2005 22:20:06 -0000 1.1926
+++ ChangeLog 3 Mar 2005 10:57:50 -0000
@@ -1,3 +1,10 @@
+2005-03-03 Mengjie Yu <meng-jie yu sun com>
+
+ * gui/search/e-addressbook-search-dialog.c:
+ (eab_search_dialog_init):we should set the Search Dialog modal.
+
+ Fixes: #34354
+
2005-02-26 Sivaiah Nallagatla <snallagatla novell com>
* gui/widgets/e-addressbook-view.c :
Index: gui/search/e-addressbook-search-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/search/e-addressbook-search-dialog.c,v
retrieving revision 1.32
diff -u -p -r1.32 e-addressbook-search-dialog.c
--- gui/search/e-addressbook-search-dialog.c 21 Dec 2004 15:38:27 -0000 1.32
+++ gui/search/e-addressbook-search-dialog.c 3 Mar 2005 10:57:51 -0000
@@ -157,8 +157,8 @@ eab_search_dialog_init (EABSearchDialog
gtk_container_set_border_width (GTK_CONTAINER (dialog->action_area), 12);
gtk_window_set_default_size (GTK_WINDOW (view), 550, 400);
- gtk_window_set_title(GTK_WINDOW(view), _("Advanced Search"));
-
+ gtk_window_set_title (GTK_WINDOW (view), _("Advanced Search"));
+ gtk_window_set_modal (GTK_WINDOW (view), TRUE);
gtk_dialog_add_buttons (dialog,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
/*GTK_STOCK_SAVE, GTK_RESPONSE_APPLY,*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]