[totem] screenshot: Fix progress bar text in the gallery dialogue



commit b5d6a3e6fd3ba136d99950efcb093d86c09c898a
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Jul 8 18:58:30 2011 +0100

    screenshot: Fix progress bar text in the gallery dialogue

 src/plugins/screenshot/totem-gallery-progress.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/screenshot/totem-gallery-progress.c b/src/plugins/screenshot/totem-gallery-progress.c
index 6769886..854065e 100644
--- a/src/plugins/screenshot/totem-gallery-progress.c
+++ b/src/plugins/screenshot/totem-gallery-progress.c
@@ -105,6 +105,7 @@ totem_gallery_progress_new (GPid child_pid, const gchar *output_filename)
 
 	/* Set the progress label */
 	label_text = g_strdup_printf (_("Saving gallery as \"%s\""), output_filename);
+	gtk_progress_bar_set_show_text (self->priv->progress_bar, TRUE);
 	gtk_progress_bar_set_text (self->priv->progress_bar, label_text);
 	g_free (label_text);
 



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