Commit b2c84a16 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

set up signal handlers early enough (needed for filelist preloading, for example)

parent 9c43b648
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();