aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-factory.h
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2002-03-19 21:25:33 +0800
committerIain Holmes <iain@src.gnome.org>2002-03-19 21:25:33 +0800
commit84e13e55846950db7a5ab1debebdf9e3fd977343 (patch)
tree70929a45e6c411730f4c2c40a0432e398768966b /my-evolution/e-summary-factory.h
parent02b379173a834e87d0db9ba141e725f26c1ed1cb (diff)
downloadgsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar
gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar.gz
gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar.bz2
gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar.lz
gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar.xz
gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar.zst
gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.zip
Move the preferences from a per-view setting to a global setting
svn path=/trunk/; revision=16205
Diffstat (limited to 'my-evolution/e-summary-factory.h')
-rw-r--r--my-evolution/e-summary-factory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/my-evolution/e-summary-factory.h b/my-evolution/e-summary-factory.h
index 9d413979fe..f159d55f0d 100644
--- a/my-evolution/e-summary-factory.h
+++ b/my-evolution/e-summary-factory.h
@@ -24,9 +24,11 @@
#define __E_SUMMARY_FACTORY_H__
#include "e-summary-offline-handler.h"
+#include "e-summary.h"
BonoboControl *e_summary_factory_new_control (const char *uri,
const GNOME_Evolution_Shell shell,
- ESummaryOfflineHandler *handler);
+ ESummaryOfflineHandler *handler,
+ ESummaryPrefs *preferences);
#endif