From 8abf05e1947f834e28cc0521521acb04db6ec33b Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Sun, 23 Oct 2016 20:06:33 +0200 Subject: gtk: Update path references from gtk-3.0 to gtk-4.0 --- gtk/gtkimcontextsimple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkimcontextsimple.c') diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index 3484b9dd7b..651192977b 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -54,7 +54,7 @@ * from the X11 Compose files. * * GtkIMContextSimple reads additional compose sequences from the first of the - * following files that is found: ~/.config/gtk-3.0/Compose, ~/.XCompose, + * following files that is found: ~/.config/gtk-4.0/Compose, ~/.XCompose, * /usr/share/X11/locale/$locale/Compose (for locales that have a nontrivial * Compose file). The syntax of these files is described in the Compose(5) * manual page. @@ -161,7 +161,7 @@ gtk_im_context_simple_init_compose_table (GtkIMContextSimple *im_context_simple) const char * const *sys_lang = NULL; gchar *x11_compose_file_dir = get_x11_compose_file_dir (); - path = g_build_filename (g_get_user_config_dir (), "gtk-3.0", "Compose", NULL); + path = g_build_filename (g_get_user_config_dir (), "gtk-4.0", "Compose", NULL); if (g_file_test (path, G_FILE_TEST_EXISTS)) { gtk_im_context_simple_add_compose_file (im_context_simple, path); -- cgit v1.2.1