diff options
author | Dan Winship <danw@src.gnome.org> | 2001-07-04 00:57:13 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-07-04 00:57:13 +0800 |
commit | bb88c579bf054d33902df30a297dbb448f3d0e37 (patch) | |
tree | 8523695a58f806a821281382c31dbb84635f374a | |
parent | ea9e4260969354a6479dceea253bb74d23c3acd9 (diff) | |
download | gsoc2013-evolution-bb88c579bf054d33902df30a297dbb448f3d0e37.tar.gz gsoc2013-evolution-bb88c579bf054d33902df30a297dbb448f3d0e37.tar.zst gsoc2013-evolution-bb88c579bf054d33902df30a297dbb448f3d0e37.zip |
Rename some of the widgets in the news config to not conflict with the
* mail-config.glade: Rename some of the widgets in the news config
to not conflict with the mail config stuff, so the mail config
druid will work again.
svn path=/trunk/; revision=10754
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail-config.glade | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index fe585c7473..8ea1f122ea 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-07-03 Dan Winship <danw@ximian.com> + + * mail-config.glade: Rename some of the widgets in the news config + to not conflict with the mail config stuff, so the mail config + druid will work again. + 2001-07-03 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c (message_list_drag_data_get): Use mkdtemp if we diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 40e427d478..d4bae0fcea 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -1963,14 +1963,14 @@ Kerberos <widget> <class>GtkVBox</class> - <name>source_vbox</name> + <name>news_vbox</name> <border_width>4</border_width> <homogeneous>False</homogeneous> <spacing>4</spacing> <widget> <class>GtkFrame</class> - <name>source_frame</name> + <name>news_frame</name> <border_width>3</border_width> <label>Source Information</label> <label_xalign>0</label_xalign> |