Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 5fc0f3603336fa46b0337ba16424408a > files > 1

gnome-do-plugins-0.8.5-4.mga5.src.rpm

--- gnome-do-plugins-0.8.4/Tasque/src/Tasque.cs~	2011-02-05 15:45:18.157984000 +0800
+++ gnome-do-plugins-0.8.4/Tasque/src/Tasque.cs	2013-07-28 20:42:25.558300973 +0800
@@ -31,7 +31,7 @@
 	{		
 		public static IEnumerable<TasqueCategoryItem> GetCategoryItems ()
 		{
-			IEnumerable<string> categories;
+			IEnumerable<string> categories = new string[]{};
 			
 			try {
 				TasqueDBus tasque = new TasqueDBus ();