summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-02-17 14:10:02 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2014-02-17 14:10:45 -0800
commit2ce7cd67ef76079cf3634a5d5548be29f7eb2e64 (patch)
tree8c36e49e64cd8d3c08a519964526669891ae6fd1
parent87df9ecb7d45710fbe6b8f45a131fb4bcb33f63b (diff)
downloadnautilus-2ce7cd67ef76079cf3634a5d5548be29f7eb2e64.tar.gz
slot: don't forget to update title for non-active slots
Otherwise we'll leave the old title behind on e.g. window tabs. https://bugzilla.gnome.org/show_bug.cgi?id=722105
-rw-r--r--src/nautilus-window-slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c
index 922ee7e6b..1d38503d1 100644
--- a/src/nautilus-window-slot.c
+++ b/src/nautilus-window-slot.c
@@ -988,9 +988,9 @@ nautilus_window_slot_set_location (NautilusWindowSlot *slot,
if (slot == nautilus_window_get_active_slot (slot->details->window)) {
nautilus_window_sync_location_widgets (slot->details->window);
- nautilus_window_slot_update_title (slot);
}
+ nautilus_window_slot_update_title (slot);
nautilus_window_slot_emit_location_change (slot, old_location, location);
if (old_location) {