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 | |
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')
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/exchange-operations/exchange-permissions-dialog.glade b/plugins/exchange-operations/exchange-permissions-dialog.glade index cf566fc0e4..91404ffb1d 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.glade +++ b/plugins/exchange-operations/exchange-permissions-dialog.glade @@ -193,7 +193,7 @@ <property name="spacing">6</property> <child> - <widget class="GtkLabel" id="label3"> + <widget class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="label" translatable="yes">Role: </property> <property name="use_underline">False</property> diff --git a/plugins/exchange-operations/exchange-send-options.glade b/plugins/exchange-operations/exchange-send-options.glade index 22003ae588..518e0979e6 100644 --- a/plugins/exchange-operations/exchange-send-options.glade +++ b/plugins/exchange-operations/exchange-send-options.glade @@ -118,7 +118,7 @@ </child> <child> - <widget class="GtkTable" id="msg_settings_label"> + <widget class="GtkTable" id="msg_settings_table"> <property name="border_width">6</property> <property name="visible">True</property> <property name="n_rows">2</property> 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> |