[evolution-rss/evolution-rss-0-2-0] work around e_preferences_window modifications



commit 89de79c4df967652e35e5ffabea9908e9ca4c656
Author: Lucian Langa <lucilanga gnome org>
Date:   Tue Oct 5 20:45:10 2010 +0300

    work around e_preferences_window modifications

 src/rss-config-factory.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/src/rss-config-factory.c b/src/rss-config-factory.c
index 963b747..baf3585 100644
--- a/src/rss-config-factory.c
+++ b/src/rss-config-factory.c
@@ -3574,7 +3574,11 @@ EvolutionConfigControl *
 #else
 GtkWidget *
 #endif
+#if EVOLUTION_VERSION >= 23106
+rss_config_control_new (EShell *shell);
+#else
 rss_config_control_new (void);
+#endif
 
 //kb//
 #if EVOLUTION_VERSION < 22900
@@ -3582,7 +3586,11 @@ EvolutionConfigControl *
 #else
 GtkWidget *
 #endif
+#if EVOLUTION_VERSION >= 23106
+rss_config_control_new (EShell *shell)
+#else
 rss_config_control_new (void)
+#endif
 {
 	GtkWidget *control_widget;
 	GtkWidget *button1, *button2, *button3;
@@ -4010,7 +4018,11 @@ init_rss_prefs(void)
 		"page-rss",
 		"rss",
 		_("News And Blogs"),
+#if EVOLUTION_VERSION >= 23106
+		rss_config_control_new,
+#else
 		rss_config_control_new(),
+#endif
 		800);
 }
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]