aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-composer-header-table.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-02-13 12:32:51 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-13 12:32:51 +0800
commit7986af5369482c4feeaad6880045bf92a4d3f744 (patch)
tree6145dc9d0ca08c545f92f99e9fb973385b6506ec /composer/e-composer-header-table.h
parent10c3ddb38138f3408044fd46115d5804f057c13a (diff)
downloadgsoc2013-evolution-7986af5369482c4feeaad6880045bf92a4d3f744.tar.gz
gsoc2013-evolution-7986af5369482c4feeaad6880045bf92a4d3f744.tar.zst
gsoc2013-evolution-7986af5369482c4feeaad6880045bf92a4d3f744.zip
Let the mail module handle composer "Post To:" button clicks, since
EMFolderSelector and EMFolderTree are off-limits to the composer. This further weakens the composer's mail module dependency. Add class methods to EComposerHeader for "changed" and "clicked" signals. Allows subclasses to implement them without connecting to their own signals. svn path=/branches/kill-bonobo/; revision=37260
Diffstat (limited to 'composer/e-composer-header-table.h')
-rw-r--r--composer/e-composer-header-table.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/composer/e-composer-header-table.h b/composer/e-composer-header-table.h
index 565880f324..b3150c409a 100644
--- a/composer/e-composer-header-table.h
+++ b/composer/e-composer-header-table.h
@@ -25,7 +25,6 @@
#include <libebook/e-destination.h>
#include <e-util/e-signature.h>
#include <e-util/e-signature-list.h>
-#include <mail/em-folder-tree-model.h>
#include "e-composer-header.h"
@@ -126,12 +125,6 @@ EDestination ** e_composer_header_table_get_destinations_to
void e_composer_header_table_set_destinations_to
(EComposerHeaderTable *table,
EDestination **destinations);
-EMFolderTreeModel *
- e_composer_header_table_get_folder_tree_model
- (EComposerHeaderTable *table);
-void e_composer_header_table_set_folder_tree_model
- (EComposerHeaderTable *table,
- EMFolderTreeModel *model);
GList * e_composer_header_table_get_post_to
(EComposerHeaderTable *table);
void e_composer_header_table_set_post_to_base