diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2004-03-18 13:04:51 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-18 13:04:51 +0800 |
commit | d88fb93892dab396b104113f7dcdf9c7f621d4b3 (patch) | |
tree | 5116d5eb2df7fc1936e7ac4acd1deb65f7bd5dcd | |
parent | 4b308cddb0efde0acf808f3a52a4e7653e9e0070 (diff) | |
download | gsoc2013-evolution-d88fb93892dab396b104113f7dcdf9c7f621d4b3.tar.gz gsoc2013-evolution-d88fb93892dab396b104113f7dcdf9c7f621d4b3.tar.zst gsoc2013-evolution-d88fb93892dab396b104113f7dcdf9c7f621d4b3.zip |
make this crap not break the build
svn path=/trunk/; revision=25111
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/mail-config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 058dd6e83e..44db55f400 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -5,7 +5,7 @@ use the gconf thing which just doens't work. i'll waste a few hours trying to get it to work again first before i keep going with this. - + 2004-03-17 Not Zed <NotZed@Ximian.com> * em-format-html.c (efh_message_deliverystatus): format as plain diff --git a/mail/mail-config.h b/mail/mail-config.h index 265cac8f8d..34b9d12498 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -197,7 +197,7 @@ typedef enum _mail_config_item_t { MAIL_CONFIG_DISPLAY_LOAD_HTTP, MAIL_CONFIG_ITEM_LAST -}; +} mail_config_item_t; gboolean mail_config_writable(mail_config_item_t item); |