diff src/image.c @ 61:0c912a2d94f1

Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net> * image.c (image_zoom_cb): If needed, update window title when zoom changes. * pixbuf-renderer.c (pr_size_sync): Send zoom signal when new window size results in a new scale value. * README: Updates. * configure.in: Release 2.1.1
author gqview
date Tue, 14 Jun 2005 00:49:25 +0000
parents 606fcf461a68
children a4c1b7014e6e
line wrap: on
line diff
--- a/src/image.c	Mon Jun 13 21:39:13 2005 +0000
+++ b/src/image.c	Tue Jun 14 00:49:25 2005 +0000
@@ -42,6 +42,8 @@
 static GList *image_list = NULL;
 
 
+static void image_update_title(ImageWindow *imd);
+
 /*
  *-------------------------------------------------------------------
  * 'signals'
@@ -83,6 +85,7 @@
 {
 	ImageWindow *imd = data;
 
+	if (imd->title_show_zoom) image_update_title(imd);
 	image_update_util(imd);
 }