[Xfce4-commits] <ristretto:master> Update statusbar when images are closed
Stephan Arts
noreply at xfce.org
Sat Dec 3 13:04:01 CET 2011
Updating branch refs/heads/master
to 549af360ed2cbb7c72bf231eb1ee0948838da79d (commit)
from 0b7db02de42dd771c0844fa17deb0c095b35599b (commit)
commit 549af360ed2cbb7c72bf231eb1ee0948838da79d
Author: Stephan Arts <stephan at xfce.org>
Date: Sat Dec 3 13:01:52 2011 +0100
Update statusbar when images are closed
NEWS | 2 +-
src/main_window.c | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index cdfd2c5..d122730 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ x.x.x
- Fix bug #8176 (Request for warning dialog window informing user
tumblerd is not reachable/installed)
- Fix bug #8026 (monitors in "set as wallpaper" dialog alignment) add
- 'foot' to the monitors, and align to that.
+ 'foot' to the monitors and align to that.
- Implement set-wallpaper support for Gnome-3 (bug #5246)
- Fix bug #7818 (statusbar pixel inf0) Improve statusbar messages.
- Fix bug #8211 (Segfault on exit) Correctly cleanup the thumbnailer on
diff --git a/src/main_window.c b/src/main_window.c
index c7aa6b4..d3388f4 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -940,6 +940,7 @@ rstto_main_window_image_list_iter_changed (RsttoMainWindow *window)
}
rstto_main_window_update_buttons (window);
+ rstto_main_window_update_statusbar (window);
gtk_window_set_title (GTK_WINDOW (window), title);
g_free (title);
More information about the Xfce4-commits
mailing list