From: Andrew Ruthven Date: Thu, 18 Sep 2008 04:59:02 +0000 (+1200) Subject: Make sure display returns return so that the Glib::Timeout keeps on running. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df1503ea864868553380fe53227599e9115a604;p=picture-display.git Make sure display returns return so that the Glib::Timeout keeps on running. --- diff --git a/lib/Display/Plugins/FSpot.pm b/lib/Display/Plugins/FSpot.pm index fe3f2d2..50357e8 100644 --- a/lib/Display/Plugins/FSpot.pm +++ b/lib/Display/Plugins/FSpot.pm @@ -42,6 +42,8 @@ sub display { # $self->{'old'} = $self->{'new'}; # $self->{'new'} = $temp; $self->{'last_file'} = $file; + + return 1; } sub fade_in {