[gnome-software] app row: Hide the spinner during install
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] app row: Hide the spinner during install
- Date: Tue, 9 Jun 2015 09:17:33 +0000 (UTC)
commit fdc5ecb81250bd96e851dd3ef0e0f9a3eb10bf98
Author: Kalev Lember <kalevlember gmail com>
Date: Tue Jun 9 10:36:44 2015 +0200
app row: Hide the spinner during install
Now that we are showing actual install progress, the spinner is no
longer needed.
src/gs-app-row.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-app-row.c b/src/gs-app-row.c
index 7fea78c..ff516f8 100644
--- a/src/gs-app-row.c
+++ b/src/gs-app-row.c
@@ -260,8 +260,6 @@ gs_app_row_refresh (GsAppRow *app_row)
gtk_style_context_add_class (context, "destructive-action");
break;
case AS_APP_STATE_INSTALLING:
- gtk_spinner_start (GTK_SPINNER (priv->spinner));
- gtk_widget_set_visible (priv->spinner, TRUE);
gtk_widget_set_visible (priv->button, TRUE);
gtk_widget_set_sensitive (priv->button, FALSE);
/* TRANSLATORS: this is a button next to the search results that
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]