eog r4713 - in trunk: . src



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

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

	* src/eog-window.c: (handle_image_selection_changed_cb): Pop out
	the "Loading image..." message on selection change. This avoids
	that message staying in the statusbar when switching back to an
	already loaded image before the next one finishes loading.



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:35:42 2008
@@ -1550,6 +1550,9 @@
 
 	eog_window_set_message_area (window, NULL);
 
+	gtk_statusbar_pop (GTK_STATUSBAR (priv->statusbar),
+			   priv->image_info_message_cid);
+
 	if (image == priv->image) {
 		return;
 	}



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