[nautilus] pathbar: use "Home" for the home button, instead of the username
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] pathbar: use "Home" for the home button, instead of the username
- Date: Mon, 7 Feb 2011 18:45:55 +0000 (UTC)
commit 01e5b514d9155e73448365d5f994a967da2d58f2
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Feb 7 13:45:24 2011 -0500
pathbar: use "Home" for the home button, instead of the username
src/nautilus-pathbar.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c
index 9b4b314..f5ffb29 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -1240,6 +1240,8 @@ get_dir_name (ButtonData *button_data)
{
if (button_data->type == DESKTOP_BUTTON) {
return _("Desktop");
+ } else if (button_data->type == HOME_BUTTON) {
+ return _("Home");
} else {
return button_data->dir_name;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]