summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--window_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window_main.c b/window_main.c
index 0ab12ce..c62b15b 100644
--- a/window_main.c
+++ b/window_main.c
@@ -153,6 +153,7 @@ static void load_pixbuf(const gchar *filepath) {
if(cur_wall) {
base = g_path_get_basename(cur_wall->filepath);
msg = g_strdup_printf("%s: %dx%d", base, cur_wall->width, cur_wall->height);
+ gtk_statusbar_pop(statusbar, image_context);
gtk_statusbar_push(statusbar, image_context, msg);
g_free(base);
g_free(msg);