Index: thunar-location-buttons.c =================================================================== --- thunar-location-buttons.c (revision 21651) +++ thunar-location-buttons.c (working copy) @@ -310,7 +310,7 @@ /* connect to the file monitor */ buttons->file_monitor = thunar_file_monitor_get_default (); - g_signal_connect (G_OBJECT (buttons->file_monitor), "file-destroyed", G_CALLBACK (thunar_location_buttons_file_destroyed), buttons); + g_signal_connect_after (G_OBJECT (buttons->file_monitor), "file-destroyed", G_CALLBACK (thunar_location_buttons_file_destroyed), buttons); GTK_WIDGET_SET_FLAGS (buttons, GTK_NO_WINDOW); gtk_widget_set_redraw_on_allocate (GTK_WIDGET (buttons), FALSE);