Add an orange pop-up menu to test the new map_transient request
diff --git a/clients/image.c b/clients/image.c
index 891bd8a..b528ed6 100644
--- a/clients/image.c
+++ b/clients/image.c
@@ -216,7 +216,8 @@
 
 	image->filename = g_strdup(filename);
 
-	image->window = window_create(display, title, 500, 400);
+	image->window = window_create(display, 500, 400);
+	window_set_title(image->window, title);
 	image->display = display;
 
 	/* FIXME: Window uses key 1 for moves, need some kind of