[evolution-rss] #603338 master not building



commit 03e7c3099363fe707b7cefa24ea4b02db205fe21
Author: Lucian Langa <lucilanga gnome org>
Date:   Mon Nov 30 08:12:15 2009 +0200

    #603338 master not building

 TODO      |    1 +
 src/rss.c |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/TODO b/TODO
index af82881..a657e65 100644
--- a/TODO
+++ b/TODO
@@ -42,3 +42,4 @@
 	* search for threaded implmentation options
 	* config option to sort comments ascending/descending
 	* hook all rss config options in RSS top folder properties in right click menu
+	* image contained in feeds displayed after the coments ??
diff --git a/src/rss.c b/src/rss.c
index 4eb1484..9ce61b8 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -188,6 +188,7 @@ struct _org_gnome_rss_controls_pobject {
 GtkWidget *evo_window;
 #if (EVOLUTION_VERSION < 22703)
 static GdkPixbuf *folder_icon;
+static initialised = FALSE;
 #endif
 GHashTable *icons = NULL;
 gchar *pixfile;
@@ -2674,6 +2675,7 @@ void org_gnome_cooly_folder_icon(void *ep, EMEventTargetCustomIcon *t)
 {
 	gchar *rss_folder, *ofolder, *key;
 	gchar *main_folder = get_main_folder();
+	gchar *icon_file;
 #if (EVOLUTION_VERSION < 22703)
 	GdkPixbuf *icon, *pixbuf;
 #endif
@@ -5289,7 +5291,6 @@ g_print("siz:%d\n", sizeof(msg));
 	free_cf(user_data);
 	//g_free(msg->response_body->data);
 	g_object_unref(msg);
-	g_object_unref(session);
 }
 
 static void



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