diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-10-23 20:06:33 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-10-23 20:22:38 +0200 |
commit | 8abf05e1947f834e28cc0521521acb04db6ec33b (patch) | |
tree | 73f02f582822c7e5ff9f2f130e36b6d4e6b16c4f /gtk/gtkcustompaperunixdialog.c | |
parent | 66a422affcec399d66a6b7f388c115095cbbd7f4 (diff) | |
download | gtk+-8abf05e1947f834e28cc0521521acb04db6ec33b.tar.gz |
gtk: Update path references from gtk-3.0 to gtk-4.0
Diffstat (limited to 'gtk/gtkcustompaperunixdialog.c')
-rw-r--r-- | gtk/gtkcustompaperunixdialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcustompaperunixdialog.c b/gtk/gtkcustompaperunixdialog.c index 375891e425..e73451a1c0 100644 --- a/gtk/gtkcustompaperunixdialog.c +++ b/gtk/gtkcustompaperunixdialog.c @@ -150,7 +150,7 @@ custom_paper_get_filename (void) gchar *filename; filename = g_build_filename (g_get_user_config_dir (), - "gtk-3.0", + "gtk-4.0", CUSTOM_PAPER_FILENAME, NULL); g_assert (filename != NULL); return filename; @@ -256,7 +256,7 @@ _gtk_print_save_custom_papers (GtkListStore *store) filename = custom_paper_get_filename (); parentdir = g_build_filename (g_get_user_config_dir (), - "gtk-3.0", + "gtk-4.0", NULL); if (g_mkdir_with_parents (parentdir, 0700) == 0) { |