[gtk/wip/matthiasc/immodule-cleanup] fix the build



commit 04cc589a613ca6cf8f66930855e43362731d2052
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 24 21:44:03 2018 -0500

    fix the build

 gtk/gtkimcontextwayland.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkimcontextwayland.c b/gtk/gtkimcontextwayland.c
index 6ffd2885d3..698954c44d 100644
--- a/gtk/gtkimcontextwayland.c
+++ b/gtk/gtkimcontextwayland.c
@@ -78,7 +78,7 @@ G_DEFINE_TYPE_WITH_CODE (GtkIMContextWayland, gtk_im_context_wayland, GTK_TYPE_I
 
 static GtkIMContextWaylandGlobal *global = NULL;
 
-#define GTK_IM_CONTEXT_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), gtk_im_context_wayland__get_type (), 
GtkIMContextWayland))
+#define GTK_IM_CONTEXT_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), gtk_im_context_wayland_get_type (), 
GtkIMContextWayland))
 
 static void
 reset_preedit (GtkIMContextWayland *context)


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