eog r4714 - in trunk: . src



Author: csaavedra
Date: Sun Aug 31 18:53:55 2008
New Revision: 4714
URL: http://svn.gnome.org/viewvc/eog?rev=4714&view=rev

Log:
2008-08-31  Claudio Saavedra  <csaavedra igalia com>

	* src/eog-window.c: (handle_image_selection_changed_cb): Cause an
	statusbar update if the image selected is the one already shown. This
	sets back the image information for the same user case than in previous
	commit.



Modified:
   trunk/ChangeLog
   trunk/src/eog-window.c

Modified: trunk/src/eog-window.c
==============================================================================
--- trunk/src/eog-window.c	(original)
+++ trunk/src/eog-window.c	Sun Aug 31 18:53:55 2008
@@ -1554,6 +1554,7 @@
 			   priv->image_info_message_cid);
 
 	if (image == priv->image) {
+		update_status_bar (window);
 		return;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]