[maemo-commits] [maemo-commits] r16505 - projects/haf/trunk/hildon-thumbnail/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Oct 27 20:12:05 EET 2008
Author: pvanhoof
Date: 2008-10-27 20:12:03 +0200 (Mon, 27 Oct 2008)
New Revision: 16505

Modified:
   projects/haf/trunk/hildon-thumbnail/daemon/thumbnailer.c
Log:
Funny bug fix

Modified: projects/haf/trunk/hildon-thumbnail/daemon/thumbnailer.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/thumbnailer.c	2008-10-27 16:58:34 UTC (rev 16504)
+++ projects/haf/trunk/hildon-thumbnail/daemon/thumbnailer.c	2008-10-27 18:12:03 UTC (rev 16505)
@@ -275,7 +275,7 @@
 			}
 			y++;
 		}
-		if (found)
+		if (!found)
 			newlist = g_list_append (newlist, g_strdup (a[i]));
 		i++;
 	}


More information about the maemo-commits mailing list