From f4b72d7b6a86f15eb1f6b5051964eff2f7d1acaf Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 22 Sep 2008 15:38:33 +1200 Subject: [PATCH] Swap post for yield. --- lib/Display/Plugins/FSpot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Display/Plugins/FSpot.pm b/lib/Display/Plugins/FSpot.pm index f77b0e0..2c7b96d 100644 --- a/lib/Display/Plugins/FSpot.pm +++ b/lib/Display/Plugins/FSpot.pm @@ -27,7 +27,7 @@ sub display_photo { # Keep on looking until we find a file that exists. if (! -f $file || $file eq $self->{'last_file'}) { - $kernel->post('fspot_display'); + $kernel->yield('fspot_display'); return; } -- 2.30.2