mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 22:13:47 -04:00
14 lines
562 B
C++
14 lines
562 B
C++
$NetBSD: patch-gui_dictionary__tool_dictionary__tool.cc,v 1.5 2014/06/15 13:08:34 ryoon Exp $
|
|
|
|
--- gui/dictionary_tool/dictionary_tool.cc.orig 2014-05-21 10:51:22.000000000 +0000
|
|
+++ gui/dictionary_tool/dictionary_tool.cc
|
|
@@ -347,7 +347,7 @@ DictionaryTool::DictionaryTool(QWidget *
|
|
#endif // !ENABLE_CLOUD_SYNC
|
|
|
|
// main window
|
|
-#ifndef OS_LINUX
|
|
+#if !defined(OS_LINUX) && !defined(OS_NETBSD)
|
|
// For some reason setCentralWidget crashes the dictionary_tool on Linux
|
|
// TODO(taku): investigate the cause of the crashes
|
|
setCentralWidget(splitter_);
|