diff options
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 481a42f626..bacc77553d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2007-02-12 Kjartan Maraas <kmaraas@gnome.org> + + * gui/contact-editor/contact-editor.glade: Fix critical warnings + from typos in the glade file. Closes bug #397893. Patch + from Wang Xin. + 2007-02-12 Srinivasa Ragavan <sragavan@novell.com> ** Print migration updates from Ebby Wiselyn. diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index 3d01bf4ea9..57cf9ee41a 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -3468,7 +3468,7 @@ <property name="column_spacing">6</property> <child> - <widget class="GtkLabel" id="label-work-country"> + <widget class="GtkLabel" id="label-work-zip"> <property name="visible">True</property> <property name="label" translatable="yes">_Zip/Postal Code:</property> <property name="use_underline">True</property> @@ -3590,7 +3590,7 @@ </child> <child> - <widget class="GtkLabel" id="label-work-country"> + <widget class="GtkLabel" id="label-work-city"> <property name="visible">True</property> <property name="label" translatable="yes">_City:</property> <property name="use_underline">True</property> @@ -3787,7 +3787,7 @@ </child> <child> - <widget class="GtkLabel" id="label472"> + <widget class="GtkLabel" id="label-work-country"> <property name="visible">True</property> <property name="label" translatable="yes">_Country:</property> <property name="use_underline">True</property> |