[maemo-commits] [maemo-commits] r17311 - projects/haf/trunk/hildon-thumbnail/tests
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jan 28 18:01:04 EET 2009
- Previous message: [maemo-commits] r17310 - projects/haf/tags/libosso
- Next message: [maemo-commits] r17312 - in projects/haf/trunk/libmatchbox2: . matchbox/comp-mgr matchbox/core matchbox/theme-engines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2009-01-28 18:01:00 +0200 (Wed, 28 Jan 2009) New Revision: 17311 Modified: projects/haf/trunk/hildon-thumbnail/tests/artist-art-test.c Log: Added nelly's test Modified: projects/haf/trunk/hildon-thumbnail/tests/artist-art-test.c =================================================================== --- projects/haf/trunk/hildon-thumbnail/tests/artist-art-test.c 2009-01-28 15:47:51 UTC (rev 17310) +++ projects/haf/trunk/hildon-thumbnail/tests/artist-art-test.c 2009-01-28 16:01:00 UTC (rev 17311) @@ -50,6 +50,21 @@ 256, 256, TRUE, on_art_back, imaget, NULL); + + g_print ("Requesting Nelly!\n"); + + hildon_albumart_factory_queue_thumbnail( + f, + "Nelly Furtado", + "2008 Grammy Nominees", + "album", + 1, 1, TRUE, + on_art_back, imaget, NULL); + + + g_print ("%s\n", hildon_albumart_get_path("Nelly Furtado", + "2008 Grammy Nominees", "album")); + g_object_unref (f); g_object_unref (r1); g_object_unref (r2);
- Previous message: [maemo-commits] r17310 - projects/haf/tags/libosso
- Next message: [maemo-commits] r17312 - in projects/haf/trunk/libmatchbox2: . matchbox/comp-mgr matchbox/core matchbox/theme-engines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]