openbsd-ports/databases/MyCC/patches/patch-src_CHotKeyEditorDialog_cpp
wilfried 307b0c43f9 update to mysqlcc-0.8.6
This program will now be referred to as "MySQL Control Center", not
"MyCC". The name of the executable file has changed from "MyCC" to
"mysqlcc" and so have all the config directories.
2002-11-05 15:55:48 +00:00

20 lines
723 B
Plaintext

$OpenBSD: patch-src_CHotKeyEditorDialog_cpp,v 1.1 2002/11/05 15:55:49 wilfried Exp $
--- src/CHotKeyEditorDialog.cpp.orig Sat Nov 2 14:47:25 2002
+++ src/CHotKeyEditorDialog.cpp Tue Nov 5 16:39:57 2002
@@ -91,6 +91,7 @@ This class takes care of displaying the
CHotKeyEditorMenu::CHotKeyEditorMenu(QWidget * parent, QMenuBar *menuBar, const char * name)
:QPopupMenu(parent, name)
{
+#if CRASH_HERE
#ifdef DEBUG
qDebug("CHotKeyEditorMenu::CHotKeyEditorMenu()");
#endif
@@ -100,6 +101,7 @@ CHotKeyEditorMenu::CHotKeyEditorMenu(QWi
connect(hotKeyEditorAction, SIGNAL(activated()), this, SLOT(openHotKeyEditor()));
hotKeyEditorAction->addTo(this);
menuBar->insertItem(tr("Hot&Keys"), this);
+#endif
}
/*