Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
feh
Commits
30a13f3f
Commit
30a13f3f
authored
15 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Update "No more slides in show" comment
parent
3127d006
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/slideshow.c
+8
-2
8 additions, 2 deletions
src/slideshow.c
with
8 additions
and
2 deletions
src/slideshow.c
+
8
−
2
View file @
30a13f3f
...
...
@@ -291,8 +291,14 @@ slideshow_change_image(winwidget winwid, int change)
}
if
(
!
success
)
{
/* We didn't manage to load any files. Maybe the last one in the show
was deleted? */
/* We get here if three files in a row could not be loaded.
* However, it seems that this piece of code is never reached when feh
* would otherwise fail; it's only executed in the aforementioned case,
* causing slideshows to exit although there still are lots of working slides.
*
* This warning will remain here for now, in case someone finds circumstances
* in which we actually need to exit feh here.
*/
weprintf
(
"No more slides in show?"
);
}
if
(
opt
.
slideshow_delay
>=
0
.
0
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment