diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 05:52:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 05:52:24 +0800 |
commit | 8bbaca9fafb528a718949e1b6b105447a6e4df1e (patch) | |
tree | 7e554314ce54612dbf2d71b307fe9474404743f4 /plugins/groupwise-features | |
parent | 141611a03f8f7fe0b1e9168cae42cec257e01f3e (diff) | |
download | gsoc2013-evolution-8bbaca9fafb528a718949e1b6b105447a6e4df1e.tar.gz gsoc2013-evolution-8bbaca9fafb528a718949e1b6b105447a6e4df1e.tar.zst gsoc2013-evolution-8bbaca9fafb528a718949e1b6b105447a6e4df1e.zip |
Fix duplicate symbols in Glade files.
Diffstat (limited to 'plugins/groupwise-features')
-rw-r--r-- | plugins/groupwise-features/proxy-add-dialog.glade | 2 | ||||
-rw-r--r-- | plugins/groupwise-features/proxy-listing.glade | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/groupwise-features/proxy-add-dialog.glade b/plugins/groupwise-features/proxy-add-dialog.glade index a8622f232b..5deb089d4d 100644 --- a/plugins/groupwise-features/proxy-add-dialog.glade +++ b/plugins/groupwise-features/proxy-add-dialog.glade @@ -183,7 +183,7 @@ <property name="right_padding">0</property> <child> - <widget class="GtkHBox" id="hbox1"> + <widget class="GtkHBox" id="hbox2"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">2</property> diff --git a/plugins/groupwise-features/proxy-listing.glade b/plugins/groupwise-features/proxy-listing.glade index 5f33da23ad..2ff0baaa97 100644 --- a/plugins/groupwise-features/proxy-listing.glade +++ b/plugins/groupwise-features/proxy-listing.glade @@ -50,7 +50,7 @@ <property name="enable_popup">False</property> <child> - <widget class="GtkVBox" id="proxy_vbox"> + <widget class="GtkVBox" id="proxy_vbox2"> <property name="border_width">12</property> <property name="visible">True</property> <property name="homogeneous">False</property> |