Re: [evolution-patches] 63191 Dialog title correction



On Sat, 2004-09-04 at 10:31 +0800, Not Zed wrote:
> 
> So apart from not having the patch, so i don't know if this applies,
> whats the string freeze policy for head/2.0.1?  I presume it should
> remain fairly frozen right?

Fairly, but GNOME 2.8.1 does have its own string freeze I believe and
this is clearly wrong.  New patch attached.

-JP
-- 
JP Rosevear <jpr novell com>
Novell, Inc.
? 63191.patch
? addr-conduit.patch
? addr-name.patch
? contact-string.patch
? gui/component/ldap-config.gladep
? gui/component/select-names/select-names.gladep
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1822
diff -u -p -r1.1822 ChangeLog
--- ChangeLog	27 Aug 2004 05:13:12 -0000	1.1822
+++ ChangeLog	6 Sep 2004 04:08:21 -0000
@@ -1,3 +1,10 @@
+2004-09-03  JP Rosevear  <jpr novell com>
+
+	Fixes #63191
+	
+	* gui/contact-list-editor/contact-list-editor.glade: set the title
+	properly
+
 2004-08-26  Hans Petter Jansson  <hpj ximian com>
 
 	Really fixes #61833 and #63697.
Index: gui/contact-list-editor/contact-list-editor.glade
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-list-editor/contact-list-editor.glade,v
retrieving revision 1.14
diff -u -p -r1.14 contact-list-editor.glade
--- gui/contact-list-editor/contact-list-editor.glade	7 Jun 2004 20:19:14 -0000	1.14
+++ gui/contact-list-editor/contact-list-editor.glade	6 Sep 2004 04:08:21 -0000
@@ -5,7 +5,7 @@
 
 <widget class="GtkDialog" id="contact list editor">
   <property name="visible">True</property>
-  <property name="title" translatable="yes">dialog1</property>
+  <property name="title" translatable="yes">Contact List Editor</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>


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