diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-01 06:32:52 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-01 06:32:52 +0800 |
commit | 3892c5df4d87257d373b766045cb7d3b3493481a (patch) | |
tree | 26e726dfe3bc56257c08dc6b3f1f935f4e61c227 /mail/component-factory.c | |
parent | 1ad76125efe77fe8237c8bdf6dde4f0bacf92f38 (diff) | |
download | gsoc2013-evolution-3892c5df4d87257d373b766045cb7d3b3493481a.tar.gz gsoc2013-evolution-3892c5df4d87257d373b766045cb7d3b3493481a.tar.zst gsoc2013-evolution-3892c5df4d87257d373b766045cb7d3b3493481a.zip |
Fixed some warnings.
2000-07-31 Christopher James Lahey <clahey@helixcode.com>
* component-factory.c, folder-browser.c: Fixed some warnings.
* message-list.c: Made the icon column non sortable.
svn path=/trunk/; revision=4440
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 77f61508f2..8f25483f0d 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -269,7 +269,7 @@ real_create_imap_storage (gpointer user_data) { CamelException *ex; EvolutionStorage *storage; - char *p, *source, *dir_sep; + char *p, *source; CamelStore *store; CamelFolder *folder; GPtrArray *lsub; |