]> git.etc.gen.nz Git - picture-display.git/commitdiff
Make sure display returns return so that the Glib::Timeout keeps on running.
authorAndrew Ruthven <puck@catalyst.net.nz>
Thu, 18 Sep 2008 04:59:02 +0000 (16:59 +1200)
committerAndrew Ruthven <puck@dirk.wgtn.cat-it.co.nz>
Thu, 18 Sep 2008 04:59:02 +0000 (16:59 +1200)
lib/Display/Plugins/FSpot.pm

index fe3f2d22a8c3dcb7b9a764c1f1e0dd5b0cf2ba14..50357e87a353f71e5d4878732c44e0c0207a9ac9 100644 (file)
@@ -42,6 +42,8 @@ sub display {
 #  $self->{'old'} = $self->{'new'};
 #  $self->{'new'} = $temp;
   $self->{'last_file'} = $file;
+
+  return 1;
 }
 
 sub fade_in {