diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-07 07:02:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-07 07:02:34 +0800 |
commit | b5391901dc37d1b01006b389fdd0325a5b2446fa (patch) | |
tree | 44838ce18d50266cd0cffe4ec709866031ee44e1 | |
parent | 2f57510fe7434743e7483c827206a0248c594d47 (diff) | |
download | gsoc2013-evolution-b5391901dc37d1b01006b389fdd0325a5b2446fa.tar gsoc2013-evolution-b5391901dc37d1b01006b389fdd0325a5b2446fa.tar.gz gsoc2013-evolution-b5391901dc37d1b01006b389fdd0325a5b2446fa.tar.bz2 gsoc2013-evolution-b5391901dc37d1b01006b389fdd0325a5b2446fa.tar.lz gsoc2013-evolution-b5391901dc37d1b01006b389fdd0325a5b2446fa.tar.xz gsoc2013-evolution-b5391901dc37d1b01006b389fdd0325a5b2446fa.tar.zst gsoc2013-evolution-b5391901dc37d1b01006b389fdd0325a5b2446fa.zip |
Fix prototype
* mail-summary.h (create_summary_view): Fix prototype
svn path=/trunk/; revision=6829
-rw-r--r-- | mail/mail-summary.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-summary.h b/mail/mail-summary.h index f9f72d9cc7..19a76fb8d2 100644 --- a/mail/mail-summary.h +++ b/mail/mail-summary.h @@ -26,8 +26,7 @@ #include <evolution-services/executive-summary-component-view.h> -void create_summary_view (ExecutiveSummaryComponent *component, - ExecutiveSummaryComponentView *view, - void *closure); +BonoboObject *create_summary_view (ExecutiveSummaryComponentFactory *factory, + void *closure); #endif |