iconbrowser: setup image dnd for image6
authorTimm Bäder <mail@baedert.org>
Thu, 1 Feb 2018 08:36:45 +0000 (09:36 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 3 Feb 2018 11:22:46 +0000 (12:22 +0100)
Otherwise the we fail to set the drag source icon name later on.

demos/icon-browser/iconbrowserwin.c

index 47ad1e1e68ac2dc7d1bad4b8ed1854e0037ee978..116a70dc12ea81bac60ae47aa26fc07a88235b35 100644 (file)
@@ -467,6 +467,7 @@ icon_browser_window_init (IconBrowserWindow *win)
   setup_image_dnd (win->image3);
   setup_image_dnd (win->image4);
   setup_image_dnd (win->image5);
+  setup_image_dnd (win->image6);
   setup_scalable_image_dnd (win->image6);
 
   win->contexts = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, context_free);