[frogr] Don't show the progress bar dialog when pulsing



commit 92c765d9365301f5ec4e51f1edf8891248e36fef
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Sat May 7 16:49:47 2011 +0200

    Don't show the progress bar dialog when pulsing

 src/frogr-main-view.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index 7f81eca..a52fa17 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -2073,8 +2073,6 @@ frogr_main_view_pulse_progress (FrogrMainView *self)
 
   /* Empty text for this */
   gtk_progress_bar_set_text (GTK_PROGRESS_BAR (priv->progress_bar), NULL);
-
-  gtk_widget_show_all (GTK_WIDGET (priv->progress_dialog));
 }
 
 void



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