[evolution-patches] *NEW* Patch for #300477



Dear NotZed,

Here is the patch for #300477.

the related URL is:
http://bugzilla.gnome.org/show_bug.cgi?id=300477
The patch for this bug is also available on the above URL.

It is about e-util part.

Will you please help me to review it?

Thanks a lot.

Yours,
Mengjie
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/e-util/ChangeLog,v
retrieving revision 1.531
diff -u -p -r1.531 ChangeLog
--- ChangeLog	8 Apr 2005 04:34:04 -0000	1.531
+++ ChangeLog	27 Apr 2005 10:34:34 -0000
@@ -1,3 +1,10 @@
+2005-04-27  Mengjie Yu  <meng-jie yu sun com>
+
+	* e-config.c: (e_config_create_window):
+	We should set the title of the window.
+
+	Fixes #300477
+
 2005-03-14  Not Zed  <NotZed Ximian com>
 
 	** See bug #73550 (related for config pages)
Index: e-config.c
===================================================================
RCS file: /cvs/gnome/evolution/e-util/e-config.c,v
retrieving revision 1.19
diff -u -p -r1.19 e-config.c
--- e-config.c	16 Mar 2005 06:50:11 -0000	1.19
+++ e-config.c	27 Apr 2005 10:34:34 -0000
@@ -913,6 +913,7 @@ e_config_create_window(EConfig *emp, str
 	} else {
 		/* response is handled directly by the druid stuff */
 		w = gtk_window_new(GTK_WINDOW_TOPLEVEL);
+		gtk_window_set_title ((GtkWindow *)w, title);
 		gtk_container_add((GtkContainer *)w, emp->widget);
 		gtk_window_set_type_hint((GtkWindow *)w, GDK_WINDOW_TYPE_HINT_DIALOG);
 	}


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