aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-shell-module.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-01-22 05:03:14 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-01-22 05:03:14 +0800
commit3c7a575407bef757d434808904a4c4dc1ba60cb3 (patch)
treea8267e35e73894f0d8646b4d62e1df99e553572a /mail/e-mail-shell-module.h
parentab00f5b08adb1d74a0c70d935a32ffd982e86f34 (diff)
downloadgsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.tar
gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.tar.gz
gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.tar.bz2
gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.tar.lz
gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.tar.xz
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 'mail/e-mail-shell-module.h')
-rw-r--r--mail/e-mail-shell-module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/e-mail-shell-module.h b/mail/e-mail-shell-module.h
index d27e35f7d4..de19861ac6 100644
--- a/mail/e-mail-shell-module.h
+++ b/mail/e-mail-shell-module.h
@@ -33,8 +33,8 @@ G_BEGIN_DECLS
/* Globally available shell module.
*
- * XXX I don't like having this globally available but passing it around to
- * all the various utilities that need to access to the module's data
+ * XXX I don't like having this globally available but passing it around
+ * to all the various utilities that need to access the module's data
* directory and local folders is too much of a pain for now. */
extern EShellModule *mail_shell_module;