r1001 - in /unstable/evolution-rss/debian/patches: fix-empty-desc.patch norss-popup.patch

ember-guest at users.alioth.debian.org ember-guest at users.alioth.debian.org
Thu Mar 27 00:47:30 UTC 2008


Author: ember-guest
Date: Thu Mar 27 00:47:30 2008
New Revision: 1001

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1001
Log:
Added missing patches

Added:
    unstable/evolution-rss/debian/patches/fix-empty-desc.patch
    unstable/evolution-rss/debian/patches/norss-popup.patch

Added: unstable/evolution-rss/debian/patches/fix-empty-desc.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/patches/fix-empty-desc.patch?rev=1001&op=file
==============================================================================
--- unstable/evolution-rss/debian/patches/fix-empty-desc.patch (added)
+++ unstable/evolution-rss/debian/patches/fix-empty-desc.patch Thu Mar 27 00:47:30 2008
@@ -1,0 +1,14 @@
+--- evolution-rss-0.0.8/src/rss.c	2008-03-03 14:26:04.000000000 +0100
++++ evolution-rss-0.0.8a/src/rss.c	2008-03-19 13:08:11.000000000 +0100
+@@ -3398,8 +3398,9 @@
+ 			}
+ 		}
+                 if (strcasecmp (node->name, match)==0) {
+-                        if (node->children->type == 1 && (node->children != NULL 
+-			|| node->children->next != NULL)) {
++                        if (node->children != NULL 
++			&& (node->children->type == 1 
++			        || node->children->next != NULL)) {
+ #ifdef RDF_DEBUG
+ 				g_print("NODE DUMP:%s\n", xmlNodeGetContent(node->children->next));
+ #endif

Added: unstable/evolution-rss/debian/patches/norss-popup.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/patches/norss-popup.patch?rev=1001&op=file
==============================================================================
--- unstable/evolution-rss/debian/patches/norss-popup.patch (added)
+++ unstable/evolution-rss/debian/patches/norss-popup.patch Thu Mar 27 00:47:30 2008
@@ -1,0 +1,25 @@
+Index: evolution-rss/src/rss.c
+===================================================================
+--- evolution-rss/src/rss.c	(.../svn+ssh://lucilanga@svn.gnome.org/svn/evolution-rss/tags/EVOLUTION-RSS_0_0_8)	(revision 224)
++++ evolution-rss/src/rss.c	(.../evolution-rss)	(working copy)
+@@ -2793,10 +2793,7 @@
+ 
+         if (!rf->setup || g_hash_table_size(rf->hrname)<1)
+         {
+-                e_error_run(NULL,
+-			"org-gnome-evolution-rss:generr",
+-			_("No RSS feeds configured!"),
+-			NULL);
++		taskbar_push_message(_("No RSS feeds configured!"));
+                 return;
+         }
+ 	if (!feeds_enabled())
+@@ -2904,7 +2901,7 @@
+ 
+ 	if (!rf->setup || g_hash_table_size(rf->hrname)<1)
+ 	{
+-		e_error_run(NULL, "org-gnome-evolution-rss:generr", "No RSS feeds configured!", NULL);
++		taskbar_message_new(_("No RSS feeds configured!"));
+ 		return;
+ 	}
+ 




More information about the pkg-evolution-commits mailing list