aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 3bd519f..e111662 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1080,8 +1080,8 @@ int open_mainwindow(struct presentation *p)
G_CALLBACK(dnd_drop), p);
g_signal_connect(p->drawingarea, "drag-leave",
G_CALLBACK(dnd_leave), p);
- /* Input method */
+ /* Input method */
p->im_context = gtk_im_multicontext_new();
gtk_im_context_set_client_window(GTK_IM_CONTEXT(p->im_context),
p->drawingarea->window);