[gedit] gedit path subtitles : replace ~ path with ~/



commit b2168cc21334f8e5d8e301e19215816063abc1ba
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Mon Jul 21 18:47:30 2014 +0200

    gedit path subtitles : replace ~ path with ~/

 gedit/gedit-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-utils.c b/gedit/gedit-utils.c
index 4e13553..58efe7b 100644
--- a/gedit/gedit-utils.c
+++ b/gedit/gedit-utils.c
@@ -544,7 +544,7 @@ gedit_utils_replace_home_dir_with_tilde (const gchar *uri)
        {
                g_free (home);
 
-               return g_strdup ("~");
+               return g_strdup ("~/");
        }
 
        tmp = home;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]