diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-08-27 08:06:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-08-27 08:06:48 +0800 |
commit | 125a0dac96efe5fd214c984562fc104b6bed0eed (patch) | |
tree | 2a7ca434252c6bcd20b89dfe4edd2f72f92bad3c /widgets/misc/e-attachment-tree-view.c | |
parent | 8223eaf57016792a4fcbe90b8923eadb2cd87a45 (diff) | |
download | gsoc2013-evolution-125a0dac96efe5fd214c984562fc104b6bed0eed.tar.gz gsoc2013-evolution-125a0dac96efe5fd214c984562fc104b6bed0eed.tar.zst gsoc2013-evolution-125a0dac96efe5fd214c984562fc104b6bed0eed.zip |
Forgot a line.
This goes with the previous commit.
Diffstat (limited to 'widgets/misc/e-attachment-tree-view.c')
-rw-r--r-- | widgets/misc/e-attachment-tree-view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-tree-view.c b/widgets/misc/e-attachment-tree-view.c index a2210db5a6..5cc427502d 100644 --- a/widgets/misc/e-attachment-tree-view.c +++ b/widgets/misc/e-attachment-tree-view.c @@ -588,6 +588,8 @@ e_attachment_tree_view_init (EAttachmentTreeView *tree_view) gtk_tree_view_column_add_attribute ( column, renderer, "text", E_ATTACHMENT_STORE_COLUMN_CONTENT_TYPE); + + e_extensible_load_extensions (E_EXTENSIBLE (tree_view)); } static void |