[maemo-commits] [maemo-commits] r17038 - projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Dec 23 12:40:21 EET 2008
Author: pvanhoof
Date: 2008-12-23 12:40:16 +0200 (Tue, 23 Dec 2008)
New Revision: 17038

Modified:
   projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages/google-images-art-downloader.vala
Log:
Bugfix

Modified: projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages/google-images-art-downloader.vala
===================================================================
--- projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages/google-images-art-downloader.vala	2008-12-23 10:02:00 UTC (rev 17037)
+++ projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages/google-images-art-downloader.vala	2008-12-23 10:40:16 UTC (rev 17038)
@@ -23,10 +23,10 @@
 		if (kind == null)
 			kind = "album";
 
-		if (album == null)
+		if (album == null || album == "")
 			album = "  ";
 
-		if (artist == null)
+		if (artist == null || artist == "")
 			artist = "  ";
 
 		// Convert the album and artist into something that will work for Google images


More information about the maemo-commits mailing list