--- rxvt-unicode/src/perl/digital-clock 2006/01/03 01:15:00 1.1 +++ rxvt-unicode/src/perl/digital-clock 2006/01/03 01:15:44 1.2 @@ -9,7 +9,7 @@ ->new ->start (urxvt::NOW) ->cb (sub { - $self->{timer}->start ($self->{timer}->at + 1); + $self->{digital_clock_refresh}->start ($self->{digital_clock_refresh}->at + 1); $self->want_refresh; });