summaryrefslogtreecommitdiff
path: root/gtk/gtkbookmarksmanager.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-10-23 20:06:33 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-10-23 20:22:38 +0200
commit8abf05e1947f834e28cc0521521acb04db6ec33b (patch)
tree73f02f582822c7e5ff9f2f130e36b6d4e6b16c4f /gtk/gtkbookmarksmanager.c
parent66a422affcec399d66a6b7f388c115095cbbd7f4 (diff)
downloadgtk+-8abf05e1947f834e28cc0521521acb04db6ec33b.tar.gz
gtk: Update path references from gtk-3.0 to gtk-4.0
Diffstat (limited to 'gtk/gtkbookmarksmanager.c')
-rw-r--r--gtk/gtkbookmarksmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbookmarksmanager.c b/gtk/gtkbookmarksmanager.c
index 49b003d2c0..0108637c60 100644
--- a/gtk/gtkbookmarksmanager.c
+++ b/gtk/gtkbookmarksmanager.c
@@ -73,7 +73,7 @@ get_bookmarks_file (void)
GFile *file;
gchar *filename;
- filename = g_build_filename (g_get_user_config_dir (), "gtk-3.0", "bookmarks", NULL);
+ filename = g_build_filename (g_get_user_config_dir (), "gtk-4.0", "bookmarks", NULL);
file = g_file_new_for_path (filename);
g_free (filename);