[gedit] Bug 704701: Use "Home" instead of user name in file browser



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]