diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-22 05:03:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-22 05:03:14 +0800 |
commit | 3c7a575407bef757d434808904a4c4dc1ba60cb3 (patch) | |
tree | a8267e35e73894f0d8646b4d62e1df99e553572a /composer | |
parent | ab00f5b08adb1d74a0c70d935a32ffd982e86f34 (diff) | |
download | gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.tar.gz gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.tar.zst gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.zip |
Fix some runtime warnings.
Copy that nasty message list scrolling hack to EMailShellContent.
Remember the scrollbar position for each folder. Now I just have to make
it select a message automatically.
svn path=/branches/kill-bonobo/; revision=37119
Diffstat (limited to 'composer')
-rw-r--r-- | composer/e-composer-private.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/composer/e-composer-private.c b/composer/e-composer-private.c index 0c3cce3512..e303b5ef14 100644 --- a/composer/e-composer-private.c +++ b/composer/e-composer-private.c @@ -18,8 +18,6 @@ #include "e-composer-private.h" #include "e-util/e-util-private.h" -#include "mail/e-mail-shell-module.h" - static void composer_setup_charset_menu (EMsgComposer *composer) { @@ -147,14 +145,6 @@ e_composer_private_init (EMsgComposer *composer) priv->header_table = g_object_ref (widget); gtk_widget_show (widget); - /* XXX We have to access the mail shell module directly for the - * benefit of other modules that spawn composer windows but - * don't link to the mail module. Need to work out a better - * inter-module messaging system, in lieu of Bonobo. D-Bus? */ - e_composer_header_table_set_folder_tree_model ( - E_COMPOSER_HEADER_TABLE (widget), - e_mail_shell_module_get_folder_tree_model (mail_shell_module)); - /* Construct attachment widgets. * XXX Move this stuff into a new custom widget. */ |