Skip to content

Commit

Permalink
set up signal handlers early enough (needed for filelist preloading, …
Browse files Browse the repository at this point in the history
…for example)
  • Loading branch information
derf committed Mar 25, 2012
1 parent 9c43b64 commit b2c84a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -41,10 +41,10 @@ int main(int argc, char **argv)
{
atexit(feh_clean_exit);

setup_signal_handlers();
init_parse_options(argc, argv);

init_imlib_fonts();
setup_signal_handlers();

if (opt.display) {
init_x_and_imlib();
Expand Down

0 comments on commit b2c84a1

Please sign in to comment.