diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-11-27 02:32:18 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-11-27 02:32:18 +0800 |
commit | 97585dc9f97faf21762939ef107eba756a47ef63 (patch) | |
tree | 89c9506a73be0b6da51e45856f479fc7f5f1035d /mail/em-mailer-prefs.h | |
parent | 0a7017c1a673ec61479db348d7ff7452b19f664e (diff) | |
download | gsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.tar.gz gsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.tar.zst gsoc2013-evolution-97585dc9f97faf21762939ef107eba756a47ef63.zip |
Missed to commit with the previous.
svn path=/trunk/; revision=33025
Diffstat (limited to 'mail/em-mailer-prefs.h')
-rw-r--r-- | mail/em-mailer-prefs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h index 2249fefd7a..c74f021e68 100644 --- a/mail/em-mailer-prefs.h +++ b/mail/em-mailer-prefs.h @@ -75,7 +75,9 @@ struct _EMMailerPrefs { struct _GtkToggleButton *timeout_toggle; struct _GtkSpinButton *timeout; struct _GtkToggleButton *address_toggle; - struct _GtkSpinButton *address_count; + struct _GtkSpinButton *address_count; + struct _GtkToggleButton *mlimit_toggle; + struct _GtkSpinButton *mlimit_count; struct _GtkOptionMenu *charset; struct _GtkToggleButton *citation_highlight; struct _GnomeColorPicker *citation_color; |