From 119aa760c760491af11d7c6bd3f65ecd37f8a1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 3 Feb 2005 15:59:57 +0000 Subject: [PATCH] Make setting the same shortcut again work. svn path=/trunk/kdebase/kwin/; revision=385879 --- useractions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/useractions.cpp b/useractions.cpp index ed8a516db1..351588b2a2 100644 --- a/useractions.cpp +++ b/useractions.cpp @@ -963,7 +963,7 @@ void Client::setShortcut( const QString& _cut ) // E.g. Alt+Ctrl+(ABCDEF) Win+X,Win+(ABCDEF) if( !cut.contains( '(' ) && !cut.contains( ')' ) && !cut.contains( ' ' )) { - if( workspace()->shortcutAvailable( KShortcut( cut ))) + if( workspace()->shortcutAvailable( KShortcut( cut ), this )) setShortcutInternal( KShortcut( cut )); else setShortcutInternal( KShortcut());