[evolution-rss] got the evo versions wrong
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] got the evo versions wrong
- Date: Wed, 17 Aug 2011 21:17:43 +0000 (UTC)
commit 8617cf7ade6b86532a43111c5feab16a8da18834
Author: Lucian Langa <lucilanga gnome org>
Date: Thu Aug 18 00:18:32 2011 +0300
got the evo versions wrong
src/rss-config-factory.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/rss-config-factory.c b/src/rss-config-factory.c
index 4a5b4c2..a08f1a4 100644
--- a/src/rss-config-factory.c
+++ b/src/rss-config-factory.c
@@ -465,7 +465,7 @@ folder_cb (GtkWidget *widget, gpointer data)
GError *error = NULL;
EMFolderSelector *selector;
EMFolderTree *folder_tree;
-#if EVOLUTION_VERSION >= 30101
+#if EVOLUTION_VERSION >= 30105
EMFolderTreeModel *model;
#endif
#else
@@ -485,14 +485,14 @@ folder_cb (GtkWidget *widget, gpointer data)
window = e_mail_reader_get_window (reader);
-#if EVOLUTION_VERSION >= 30103
+#if EVOLUTION_VERSION >= 30105
model = em_folder_tree_model_get_default ();
#endif
dialog = em_folder_selector_new (
window,
#if EVOLUTION_VERSION >= 30101
backend,
-#if EVOLUTION_VERSION >= 30103
+#if EVOLUTION_VERSION >= 30105
model,
#endif
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]