summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.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/gtkimcontextsimple.c
parent66a422affcec399d66a6b7f388c115095cbbd7f4 (diff)
downloadgtk+-8abf05e1947f834e28cc0521521acb04db6ec33b.tar.gz
gtk: Update path references from gtk-3.0 to gtk-4.0
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r--gtk/gtkimcontextsimple.c4
1 files changed, 2 insertions, 2 deletions
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);