diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-04-11 08:14:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-04-11 08:14:51 +0800 |
commit | 942cdf2df9091e347e09c25d62015e77775f38b6 (patch) | |
tree | 6800b693776d993e8514fcd0c7fe95510fded7c6 /widgets/misc/e-attachment-store.c | |
parent | 1509a85170184895f6c91f9c57167a74af5cd2db (diff) | |
download | gsoc2013-evolution-942cdf2df9091e347e09c25d62015e77775f38b6.tar gsoc2013-evolution-942cdf2df9091e347e09c25d62015e77775f38b6.tar.gz gsoc2013-evolution-942cdf2df9091e347e09c25d62015e77775f38b6.tar.bz2 gsoc2013-evolution-942cdf2df9091e347e09c25d62015e77775f38b6.tar.lz gsoc2013-evolution-942cdf2df9091e347e09c25d62015e77775f38b6.tar.xz gsoc2013-evolution-942cdf2df9091e347e09c25d62015e77775f38b6.tar.zst gsoc2013-evolution-942cdf2df9091e347e09c25d62015e77775f38b6.zip |
Bug fixes and formerly unfinished bits of the attachment rewrite.
svn path=/branches/kill-bonobo/; revision=37513
Diffstat (limited to 'widgets/misc/e-attachment-store.c')
-rw-r--r-- | widgets/misc/e-attachment-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-attachment-store.c b/widgets/misc/e-attachment-store.c index 24cc89b366..4a74bab915 100644 --- a/widgets/misc/e-attachment-store.c +++ b/widgets/misc/e-attachment-store.c @@ -213,7 +213,7 @@ attachment_store_init (EAttachmentStore *store) types[column++] = E_TYPE_ATTACHMENT; /* COLUMN_ATTACHMENT */ types[column++] = G_TYPE_STRING; /* COLUMN_CAPTION */ types[column++] = G_TYPE_STRING; /* COLUMN_CONTENT_TYPE */ - types[column++] = G_TYPE_STRING; /* COLUMN_DISPLAY_NAME */ + types[column++] = G_TYPE_STRING; /* COLUMN_DESCRIPTION */ types[column++] = G_TYPE_ICON; /* COLUMN_ICON */ types[column++] = G_TYPE_BOOLEAN; /* COLUMN_LOADING */ types[column++] = G_TYPE_INT; /* COLUMN_PERCENT */ |