Loading src/list.c +2 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ void real_loadables_mode(int loadable) if (opt.verbose) feh_display_status('.'); puts(file->filename); fflush(stdout); feh_action_run(file, opt.actions[0], NULL); } else { Loading @@ -106,6 +107,7 @@ void real_loadables_mode(int loadable) if (opt.verbose) feh_display_status('.'); puts(file->filename); fflush(stdout); feh_action_run(file, opt.actions[0], NULL); } else { Loading test/nx_action/loadable_action +4 −4 Original line number Diff line number Diff line touch test/ok/gif touch test/ok/jpg touch test/ok/png touch test/ok/pnm test/ok/gif touch test/ok/gif test/ok/jpg touch test/ok/jpg test/ok/png touch test/ok/png test/ok/pnm touch test/ok/pnm test/nx_action/loadable_naction +4 −4 Original line number Diff line number Diff line touch test/ok/gif touch test/ok/jpg touch test/ok/png touch test/ok/pnm test/ok/gif touch test/ok/gif test/ok/jpg touch test/ok/jpg test/ok/png touch test/ok/png test/ok/pnm touch test/ok/pnm test/nx_action/unloadable_action +4 −4 Original line number Diff line number Diff line rm test/fail/gif rm test/fail/jpg rm test/fail/png rm test/fail/pnm test/fail/gif rm test/fail/gif test/fail/jpg rm test/fail/jpg test/fail/png rm test/fail/png test/fail/pnm rm test/fail/pnm test/nx_action/unloadable_naction +4 −4 Original line number Diff line number Diff line rm test/fail/gif rm test/fail/jpg rm test/fail/png rm test/fail/pnm test/fail/gif rm test/fail/gif test/fail/jpg rm test/fail/jpg test/fail/png rm test/fail/png test/fail/pnm rm test/fail/pnm Loading
src/list.c +2 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ void real_loadables_mode(int loadable) if (opt.verbose) feh_display_status('.'); puts(file->filename); fflush(stdout); feh_action_run(file, opt.actions[0], NULL); } else { Loading @@ -106,6 +107,7 @@ void real_loadables_mode(int loadable) if (opt.verbose) feh_display_status('.'); puts(file->filename); fflush(stdout); feh_action_run(file, opt.actions[0], NULL); } else { Loading
test/nx_action/loadable_action +4 −4 Original line number Diff line number Diff line touch test/ok/gif touch test/ok/jpg touch test/ok/png touch test/ok/pnm test/ok/gif touch test/ok/gif test/ok/jpg touch test/ok/jpg test/ok/png touch test/ok/png test/ok/pnm touch test/ok/pnm
test/nx_action/loadable_naction +4 −4 Original line number Diff line number Diff line touch test/ok/gif touch test/ok/jpg touch test/ok/png touch test/ok/pnm test/ok/gif touch test/ok/gif test/ok/jpg touch test/ok/jpg test/ok/png touch test/ok/png test/ok/pnm touch test/ok/pnm
test/nx_action/unloadable_action +4 −4 Original line number Diff line number Diff line rm test/fail/gif rm test/fail/jpg rm test/fail/png rm test/fail/pnm test/fail/gif rm test/fail/gif test/fail/jpg rm test/fail/jpg test/fail/png rm test/fail/png test/fail/pnm rm test/fail/pnm
test/nx_action/unloadable_naction +4 −4 Original line number Diff line number Diff line rm test/fail/gif rm test/fail/jpg rm test/fail/png rm test/fail/pnm test/fail/gif rm test/fail/gif test/fail/jpg rm test/fail/jpg test/fail/png rm test/fail/png test/fail/pnm rm test/fail/pnm