diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-08 06:29:20 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-09 06:48:10 +0800 |
commit | 2809ab069ef2b243c6860be6373d2e8b3b60937b (patch) | |
tree | ae18383dea12f1bf49bdc0a2cc638c1a70270a6f /mail | |
parent | 2a702140f1a9c6396b33adc9fb276b1d1d0e91c8 (diff) | |
download | gsoc2013-evolution-2809ab069ef2b243c6860be6373d2e8b3b60937b.tar.gz gsoc2013-evolution-2809ab069ef2b243c6860be6373d2e8b3b60937b.tar.zst gsoc2013-evolution-2809ab069ef2b243c6860be6373d2e8b3b60937b.zip |
Add meaningful names to some containers
We will use those names to hide the respective widgets in Express mode.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-config.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index 55f5ee6227..b0d8cde614 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -2923,7 +2923,7 @@ For example: "Work" or "Personal"</property> </packing> </child> <child> - <object class="GtkHBox" id="hbox234"> + <object class="GtkHBox" id="hboxMailSizeLimit"> <property name="visible">True</property> <property name="spacing">4</property> <child> @@ -2972,7 +2972,7 @@ For example: "Work" or "Personal"</property> </packing> </child> <child> - <object class="GtkHBox" id="hbox233"> + <object class="GtkHBox" id="hboxShrinkAddresses"> <property name="visible">True</property> <child> <object class="GtkCheckButton" id="address_checkbox"> |