openbsd-ports/x11/kdebase/patches/patch-saver

11 lines
259 B
Plaintext
Raw Normal View History

1999-06-24 17:19:38 -04:00
--- 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:
1999-07-07 09:14:25 -04:00
+ timer.stop();
1999-06-24 17:19:38 -04:00
waitForAuthentication = true;
if ( tryPassword() )
emit passOk();