aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-02-11 04:20:11 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-11 04:20:11 +0800
commita793e6363be3a3f3319fb3a779589840d0c3563b (patch)
treeada392dd2bd448051b478220adb721fc9c074681 /mail/mail-component.h
parentde169b4feeeaf2013aa256ddf70276bacbd6542a (diff)
downloadgsoc2013-evolution-a793e6363be3a3f3319fb3a779589840d0c3563b.tar
gsoc2013-evolution-a793e6363be3a3f3319fb3a779589840d0c3563b.tar.gz
gsoc2013-evolution-a793e6363be3a3f3319fb3a779589840d0c3563b.tar.bz2
gsoc2013-evolution-a793e6363be3a3f3319fb3a779589840d0c3563b.tar.lz
gsoc2013-evolution-a793e6363be3a3f3319fb3a779589840d0c3563b.tar.xz
gsoc2013-evolution-a793e6363be3a3f3319fb3a779589840d0c3563b.tar.zst
gsoc2013-evolution-a793e6363be3a3f3319fb3a779589840d0c3563b.zip
Crash fix: There is no GtkButton.clicked() method, so don't chain up.
svn path=/branches/kill-bonobo/; revision=37242
Diffstat (limited to 'mail/mail-component.h')
-rw-r--r--mail/mail-component.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-component.h b/mail/mail-component.h
index 3aa088c890..41f331d812 100644
--- a/mail/mail-component.h
+++ b/mail/mail-component.h
@@ -71,8 +71,6 @@ const char *mail_component_peek_base_directory (MailComponent *componen
struct _RuleContext *mail_component_peek_search_context (MailComponent *component);
struct _EActivityHandler *mail_component_peek_activity_handler (MailComponent *component);
-struct _CamelSession *mail_component_peek_session(MailComponent *);
-
void mail_component_add_store (MailComponent *component,
struct _CamelStore *store,
const char *name);