[nautilus] view: use the right label if we're searching
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] view: use the right label if we're searching
- Date: Thu, 17 Feb 2011 16:30:48 +0000 (UTC)
commit 3e0fa2ef6166160131f4d0051e3ac0c065be52e0
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Feb 15 15:18:48 2011 -0500
view: use the right label if we're searching
src/nautilus-view.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 748aa85..2724590 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -9245,7 +9245,8 @@ setup_loading_floating_bar (NautilusView *view)
}
nautilus_floating_bar_set_label (NAUTILUS_FLOATING_BAR (view->details->floating_bar),
- _("Loading..."));
+ NAUTILUS_IS_SEARCH_DIRECTORY (view->details->model) ?
+ _("Searching...") : _("Loading..."));
nautilus_floating_bar_set_show_spinner (NAUTILUS_FLOATING_BAR (view->details->floating_bar),
TRUE);
nautilus_floating_bar_add_action (NAUTILUS_FLOATING_BAR (view->details->floating_bar),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]