diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-30 21:52:06 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-30 21:52:06 +0800 |
commit | 2fdde080559a8b39fe2d92359ed2e125abb516d3 (patch) | |
tree | 39b1b620e5a95fb4dc158d2a59b3bc5e48b92e34 /client | |
parent | ff15b28272e8930f512a9f098b6c9970e4ae12e4 (diff) | |
download | ibus-2fdde080559a8b39fe2d92359ed2e125abb516d3.tar.gz ibus-2fdde080559a8b39fe2d92359ed2e125abb516d3.tar.xz ibus-2fdde080559a8b39fe2d92359ed2e125abb516d3.zip |
Add about dialog in ibus menu.
Diffstat (limited to 'client')
-rw-r--r-- | client/gtk2/ibusimcontext.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/gtk2/ibusimcontext.c b/client/gtk2/ibusimcontext.c index 991ef8c..a70f407 100644 --- a/client/gtk2/ibusimcontext.c +++ b/client/gtk2/ibusimcontext.c @@ -25,6 +25,7 @@ #include <sys/un.h> #include "ibusimcontext.h" #include "ibusimclient.h" + /* IBusIMContextPriv */ struct _IBusIMContextPrivate { GtkIMContext *slave; |