summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-07 00:34:33 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-07 00:34:33 +0100
commit3127d0063fdaec87c18369566aa397c2078b4b6c (patch)
treea142fee789cd39ea42a5405899f8500db64636f8 /src
parent4e20a8cea66e707846f78f7cf55806b131c71a61 (diff)
Don't die after three unloadable images. We'l see if this actually breaks something.
Diffstat (limited to 'src')
-rw-r--r--src/slideshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slideshow.c b/src/slideshow.c
index d736d6f..60428f1 100644
--- a/src/slideshow.c
+++ b/src/slideshow.c
@@ -293,7 +293,7 @@ slideshow_change_image(winwidget winwid, int change)
{
/* We didn't manage to load any files. Maybe the last one in the show
was deleted? */
- eprintf("No more slides in show");
+ weprintf("No more slides in show?");
}
if (opt.slideshow_delay >= 0.0)
feh_add_timer(cb_slide_timer, winwid, opt.slideshow_delay,