slot: clean floating bar actions before showing it again

Or we can potentially add mutliple Stop buttons.
This commit is contained in:
Cosimo Cecchi 2013-01-18 16:59:40 -05:00
parent 9f7c0918df
commit c6d1b15dbc

View file

@ -2239,6 +2239,7 @@ real_setup_loading_floating_bar (NautilusWindowSlot *slot)
return;
}
nautilus_floating_bar_cleanup_actions (NAUTILUS_FLOATING_BAR (slot->details->floating_bar));
nautilus_floating_bar_set_primary_label (NAUTILUS_FLOATING_BAR (slot->details->floating_bar),
NAUTILUS_IS_SEARCH_DIRECTORY (nautilus_view_get_model (slot->details->content_view)) ?
_("Searching…") : _("Loading…"));