diff options
Diffstat (limited to 'perl-install/standalone/drakclock')
-rwxr-xr-x | perl-install/standalone/drakclock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index 6965d6b91..5e38ff6e3 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -315,7 +315,7 @@ sub determine_radian { sub draw { my ($widget, $event) = @_; - my ($x, $y, $width, $height) = $event->area->values; + my ($x, $y, $width, $height) = $event->area->get_values; $widget->get_window->draw_drawable($widget->style->fg_gc('normal'), $pixmap, $x, $y, $x, $y, $width, $height); 0; } |