[evolution-rss] remove debug output and update TODO



commit 26b7d470f63dc7250727e01533d8775c78bde9f9
Author: Lucian Langa <lucilanga gnome org>
Date:   Sat Apr 16 14:45:59 2011 +0300

    remove debug output and update TODO

 TODO                       |    2 ++
 scripts/create-snapshot.sh |    2 +-
 src/network-soup.c         |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/TODO b/TODO
index 92b62a8..356af11 100644
--- a/TODO
+++ b/TODO
@@ -41,3 +41,5 @@
 	* default render engine broken again
 	* retest deleting a feed when fetching in progress
 	* detect rss-id changes (file changes) -> feeds downloaded all over again
+	* add evolution-rss.desktop file to integrate into browsers
+	* remove useless validation option
diff --git a/scripts/create-snapshot.sh b/scripts/create-snapshot.sh
index 5697b74..98b15f5 100755
--- a/scripts/create-snapshot.sh
+++ b/scripts/create-snapshot.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-MAJOR_VERSION=0.2.1
+MAJOR_VERSION=0.2.90
 rm -Rf /tmp/evolution-rss
 git clone git://git.gnome.org/evolution-rss /tmp/evolution-rss
 cd /tmp/evolution-rss
diff --git a/src/network-soup.c b/src/network-soup.c
index d323768..897bb16 100644
--- a/src/network-soup.c
+++ b/src/network-soup.c
@@ -365,7 +365,7 @@ rss_webkit_resolve_callback (SoupAddress *addr, guint status, gpointer data)
 			return;
 #endif
 			if (proxy_uri) {
-				dp("proxified %s with %s:%d\n", wknet->base, proxy_uri->host, proxy_uri->port);
+				d("proxified %s with %s:%d\n", wknet->base, proxy_uri->host, proxy_uri->port);
 			}
 		}
 	} else {



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