summaryrefslogtreecommitdiff
path: root/mate-dictionary/src
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-12-16 14:58:47 +0300
committerMonsta <[email protected]>2014-12-16 14:58:47 +0300
commit61e65382f96b8fb1879bde306cd40756d7d33a56 (patch)
tree4dbfd4b377c32445ac36b2670f9fad68cfe80566 /mate-dictionary/src
parent1aac000a0f01651a49a00f53ebdf265792c7ea2e (diff)
downloadmate-utils-61e65382f96b8fb1879bde306cd40756d7d33a56.tar.bz2
mate-utils-61e65382f96b8fb1879bde306cd40756d7d33a56.tar.xz
fix GTK+3 build
Diffstat (limited to 'mate-dictionary/src')
-rw-r--r--mate-dictionary/src/gdict-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-window.c b/mate-dictionary/src/gdict-window.c
index e25ef30c..00f6f056 100644
--- a/mate-dictionary/src/gdict-window.c
+++ b/mate-dictionary/src/gdict-window.c
@@ -1799,7 +1799,7 @@ gdict_window_constructor (GType type,
gtk_widget_show (window->entry);
#if GTK_CHECK_VERSION (3, 0, 0)
- handle = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL)
+ handle = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL);
#else
handle = gtk_hpaned_new ();
#endif