[gedit] Bug 704701: Use "Home" instead of user name in file browser
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Bug 704701: Use "Home" instead of user name in file browser
- Date: Mon, 22 Jul 2013 19:02:05 +0000 (UTC)
commit e4d1c7afc58038b9e56eb792b5b5bab0e37c9aa7
Author: Garrett Regier <garrett yorba org>
Date: Mon Jul 22 11:55:39 2013 -0700
Bug 704701: Use "Home" instead of user name in file browser
plugins/filebrowser/gedit-file-bookmarks-store.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/filebrowser/gedit-file-bookmarks-store.c
b/plugins/filebrowser/gedit-file-bookmarks-store.c
index 274e39c..7cb71a0 100644
--- a/plugins/filebrowser/gedit-file-bookmarks-store.c
+++ b/plugins/filebrowser/gedit-file-bookmarks-store.c
@@ -212,7 +212,7 @@ init_special_directories (GeditFileBookmarksStore *model)
if (path != NULL)
{
file = g_file_new_for_path (path);
- add_file (model, file, NULL, GEDIT_FILE_BOOKMARKS_STORE_IS_HOME |
+ add_file (model, file, _("Home"), GEDIT_FILE_BOOKMARKS_STORE_IS_HOME |
GEDIT_FILE_BOOKMARKS_STORE_IS_SPECIAL_DIR, NULL);
g_object_unref (file);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]