diff options
author | Not Zed <NotZed@Ximian.com> | 2003-12-01 13:52:38 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-12-01 13:52:38 +0800 |
commit | 6d9d9416e2dc01ac873ef1af274c56b2e00aa4ca (patch) | |
tree | 26a58c4b574ef20e83e8dea8e1c6387a81b67db3 /mail/mail-security.glade | |
parent | acf708333955aa2c7ff8ac1839011c091750879a (diff) | |
download | gsoc2013-evolution-6d9d9416e2dc01ac873ef1af274c56b2e00aa4ca.tar.gz gsoc2013-evolution-6d9d9416e2dc01ac873ef1af274c56b2e00aa4ca.tar.zst gsoc2013-evolution-6d9d9416e2dc01ac873ef1af274c56b2e00aa4ca.zip |
override the em-folder-view impl, and handle the search bar properly. For
2003-12-01 Not Zed <NotZed@Ximian.com>
* em-folder-browser.c (emfb_edit_cut, emfb_edit_copy)
(emfb_edit_paste): override the em-folder-view impl, and handle
the search bar properly. For #48746.
* mail-security.glade: added some padding to the security details
frames.
svn path=/trunk/; revision=23514
Diffstat (limited to 'mail/mail-security.glade')
-rw-r--r-- | mail/mail-security.glade | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-security.glade b/mail/mail-security.glade index 6fd001739a..5dfbed673e 100644 --- a/mail/mail-security.glade +++ b/mail/mail-security.glade @@ -2,7 +2,6 @@ <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> <glade-interface> -<requires lib="gnome"/> <widget class="GtkDialog" id="message_security_dialog"> <property name="visible">True</property> @@ -71,6 +70,7 @@ <child> <widget class="GtkVBox" id="signature_vbox"> + <property name="border_width">6</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> @@ -116,6 +116,7 @@ <child> <widget class="GtkVBox" id="encryption_vbox"> + <property name="border_width">6</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> |