From 9df1503ea864868553380fe53227599e9115a604 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 18 Sep 2008 16:59:02 +1200 Subject: [PATCH] Make sure display returns return so that the Glib::Timeout keeps on running. --- lib/Display/Plugins/FSpot.pm | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.30.2