This commit is contained in:
Julien Danjou 2007-10-05 17:02:59 +02:00
parent 6a7d435db0
commit d4f1b99c93
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ uicb_movetoscreen(Display *disp,
return;
if(arg)
new_screen = compute_value_from_arg(arg, sel->screen);
new_screen = compute_new_value_from_arg(arg, sel->screen);
else
new_screen = sel->screen + 1;