diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-10-13 21:54:28 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-10-13 21:54:28 +0200 |
commit | 7c54f36c7a5352dfd34322397ed322bb377b1abb (patch) | |
tree | 2b2d9296a41da62f493953887c6bcbad941b9cac /src/mainwindow.c | |
parent | dc84a627fae1330267316f8bfa619203a124d06c (diff) |
Formatting
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r-- | src/mainwindow.c | 2 |
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); |