commit | 9372a11ca67d6bdec9c16407a941cb8094eec3b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 19:59:18 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 19:59:18 2005 +0000 |
tree | 9633dee37b98fab6fe12d78ee30bc761f2f21a73 | |
parent | cef9dcc37ef6dce3d98cf1550c3731fff9d451b5 [diff] [blame] |
updated for version 7.0163
diff --git a/src/misc2.c b/src/misc2.c index e691aa9..e8845e2 100644 --- a/src/misc2.c +++ b/src/misc2.c
@@ -2945,7 +2945,7 @@ } #if defined(FEAT_SESSION) || defined(MSWIN) || defined(FEAT_GUI_MAC) \ - || ((defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE)) \ + || ((defined(FEAT_GUI_GTK)) \ && ( defined(FEAT_WINDOWS) || defined(FEAT_DND)) ) \ || defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \ || defined(PROTO)