--- courasel/courasel.c	2007-10-20 14:59:23.000000000 +0900
+++ courasel-alpha/courasel.c	2007-10-22 21:34:07.000000000 +0900
@@ -11,7 +11,7 @@
 {
   { "accessories-text-editor.png", "Text Editor" },
   { "applications-games.png", "Game" },
-  { "dates.png", "Dates" },
+  { "city.jpg", "Dates" },
   { "im-client.png", "Chat" },
   { "preferences-desktop-theme.png", "Preferences" },
   { "tasks.png", "Todo List" },
@@ -238,6 +238,7 @@
       if ((pixb = gdk_pixbuf_new_from_file (ItemDetails[i].img, NULL)) == NULL)
 	g_error ("Unable to load '%s'", ItemDetails[i].img);
 
+      pixb = gdk_pixbuf_add_alpha (pixb, FALSE, 0, 0, 0);
       item->actor = clutter_texture_new_from_pixbuf (pixb);
       clutter_group_add (CLUTTER_GROUP(stage), item->actor);
 
