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

I made a derp

parent 43cb0db3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
Thu, 16 Feb 2017 23:05:39 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.18.2
    * Fix crash when using both --thumbnails and --title. This bug was
      introduced in v2.18.1.

Sun, 22 Jan 2017 19:11:32 +0100  Daniel Friesel <derf+feh@finalrewind.org>

* Release v2.18.1
+1 −1
Original line number Diff line number Diff line
@@ -634,7 +634,7 @@ void winwidget_render_image(winwidget winwid, int resize, int force_alias)
			feh_draw_info(winwid);
		if (winwid->errstr)
			feh_draw_errstr(winwid);
		if (opt.title) {
		if (opt.title && (current_file != NULL)) {
			/* title might contain e.g. the zoom specifier -> rewrite */
			char *s = slideshow_create_name(FEH_FILE(current_file->data), winwid);
			winwidget_rename(winwid, s);