[maemo-commits] [maemo-commits] r16287 - projects/haf/branches/hildon-thumbnail/daemonize/albumart-providers/googleimages

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 29 20:25:08 EEST 2008
Author: pvanhoof
Date: 2008-09-29 20:24:57 +0300 (Mon, 29 Sep 2008)
New Revision: 16287

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/albumart-providers/googleimages/google-images-art-downloader.vala
Log:
Small indent fix


Modified: projects/haf/branches/hildon-thumbnail/daemonize/albumart-providers/googleimages/google-images-art-downloader.vala
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/albumart-providers/googleimages/google-images-art-downloader.vala	2008-09-29 17:15:06 UTC (rev 16286)
+++ projects/haf/branches/hildon-thumbnail/daemonize/albumart-providers/googleimages/google-images-art-downloader.vala	2008-09-29 17:24:57 UTC (rev 16287)
@@ -84,9 +84,9 @@
 				cache_path = Path.build_filename (Environment.get_home_dir(),
 								  ".album_art",
 								  Checksum.compute_for_string (
-															   ChecksumType.MD5, 
-															   (artist + " " + album).down () + ".jpeg", 
-															   -1),
+										   ChecksumType.MD5, 
+										   (artist + " " + album).down () + ".jpeg", 
+										   -1),
 								  null);
 
 				// Make sure the directory .album_arts is available


More information about the maemo-commits mailing list