Index: thunar-window.c =================================================================== --- thunar-window.c (revision 22756) +++ thunar-window.c (working copy) @@ -1330,6 +1330,7 @@ /* activate the new location bar */ if (G_LIKELY (type != G_TYPE_NONE)) { + g_message ("TYPE='%s'", g_type_name (type)); /* initialize the new location bar widget */ window->location_bar = g_object_new (type, "ui-manager", window->ui_manager, NULL); exo_binding_new (G_OBJECT (window), "current-directory", G_OBJECT (window->location_bar), "current-directory");