Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-properties.c')
-rw-r--r--shell/ev-properties.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-properties.c b/shell/ev-properties.c
index 15e5ab1..daf90b1 100644
--- a/shell/ev-properties.c
+++ b/shell/ev-properties.c
@@ -191,8 +191,9 @@ update_progress_label (GtkWidget *label, double progress)
(int) (progress * 100));
gtk_label_set_text (GTK_LABEL (label), progress_text);
g_free (progress_text);
+ gtk_widget_show (label);
} else {
- gtk_label_set_text (GTK_LABEL (label), "");
+ gtk_widget_hide (label);
}
}