aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-26 11:13:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-26 11:13:29 +0800
commitbb86fd83943d1a88ee921cf746f720dfbc08a4b3 (patch)
tree8318cb093c56b5a3cd5c85ae993eef8e9ab1fe6b /mail/mail-account-gui.h
parentb9006f61327b6185a243eb3b0a0a8e0631588a23 (diff)
downloadgsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.gz
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.bz2
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.lz
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.xz
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.zst
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.zip
Make the gtk label line-wrap instead of us forcing \n's in the label, that
2002-07-25 Jeffrey Stedfast <fejj@ximian.com> * mail-config-druid.c (create_label): Make the gtk label line-wrap instead of us forcing \n's in the label, that was just wrong. Fixes bug #10320. svn path=/trunk/; revision=17598
Diffstat (limited to 'mail/mail-account-gui.h')
-rw-r--r--mail/mail-account-gui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h
index f378cc63f5..76557c0781 100644
--- a/mail/mail-account-gui.h
+++ b/mail/mail-account-gui.h
@@ -68,13 +68,13 @@ typedef struct {
GtkEntry *email_address;
GtkEntry *reply_to;
GtkEntry *organization;
-
+
/* signatures */
GtkWidget *sig_option_menu;
-
+
MailConfigSignature *def_signature;
gboolean auto_signature;
-
+
/* incoming mail */
MailAccountGuiService source;
GtkToggleButton *source_auto_check;