From bfe77af1b24b595859d3d60e54859fb2f25dc101 Mon Sep 17 00:00:00 2001 From: simigern Date: Sun, 21 May 2006 11:58:47 +0000 Subject: [PATCH] activate OK button --- snom.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snom.pl b/snom.pl index a0f3b20..56116b1 100755 --- a/snom.pl +++ b/snom.pl @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: snom.pl,v 1.2 2006-05-21 11:55:57 simigern Exp $ +#$Id: snom.pl,v 1.3 2006-05-21 11:58:47 simigern Exp $ PATH=/opt/csw/bin:/opt/local/bin:/usr/bin:/bin exec perl -w -x "$0" "$@" @@ -185,6 +185,8 @@ $mainbox->show(); $window->add($mainbox); $window->show(); +$key{OK}->grab_focus(); + # Gtk2 event loop Gtk2->main; -- 2.39.2