openbsd-ports/x11/kdebase/patches/patch-saver
1999-07-07 13:14:25 +00:00

11 lines
259 B
Plaintext

--- kscreensaver/saver.cpp.orig Thu Jun 24 23:15:34 1999
+++ kscreensaver/saver.cpp Thu Jun 24 23:16:30 1999
@@ -119,6 +119,7 @@
break;
case Key_Return:
+ timer.stop();
waitForAuthentication = true;
if ( tryPassword() )
emit passOk();