--- deliantra/Deliantra-Client/DC.pm 2006/06/07 23:30:25 1.92 +++ deliantra/Deliantra-Client/DC.pm 2006/06/18 17:13:10 1.93 @@ -294,7 +294,7 @@ $w = undef; } ); - $entry->focus_in; + $entry->grab_focus; $w->show; } @@ -490,14 +490,14 @@ return; } - $entry->focus_out; + $entry->grab_focus; $cb->($mod, $sym); $w->destroy }); - $entry->focus_in; + $entry->grab_focus; $w->show; }