From 7c54f36c7a5352dfd34322397ed322bb377b1abb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 13 Oct 2011 21:54:28 +0200 Subject: Formatting --- src/mainwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3