[gtranslator] Show the percent in the status bar progress bar.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator] Show the percent in the status bar progress bar.
- Date: Sat, 17 Mar 2012 12:25:52 +0000 (UTC)
commit 73b02b56bd869f82e3c6ea73fdd2e9f6a894a057
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Mar 17 13:26:43 2012 +0100
Show the percent in the status bar progress bar.
src/gtr-statusbar.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gtr-statusbar.c b/src/gtr-statusbar.c
index f0a9826..fc70031 100644
--- a/src/gtr-statusbar.c
+++ b/src/gtr-statusbar.c
@@ -93,6 +93,7 @@ gtr_statusbar_init (GtrStatusbar * statusbar)
* Progress bar
*/
statusbar->priv->progress_bar = gtk_progress_bar_new ();
+ gtk_progress_bar_set_show_text(GTK_PROGRESS_BAR(statusbar->priv->progress_bar), TRUE);
gtk_widget_show (statusbar->priv->progress_bar);
gtk_box_pack_start (GTK_BOX (statusbar), statusbar->priv->progress_bar,
FALSE, FALSE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]