[gnome-software] Do not allow invervidual updates to be scheduled
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Do not allow invervidual updates to be scheduled
- Date: Fri, 16 Aug 2013 13:27:04 +0000 (UTC)
commit 40880a47b0754f2998b7ee8c178853b68b841f34
Author: Richard Hughes <richard hughsie com>
Date: Fri Aug 16 14:15:17 2013 +0100
Do not allow invervidual updates to be scheduled
src/gs-app-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-app-widget.c b/src/gs-app-widget.c
index ef8143b..5c674b3 100644
--- a/src/gs-app-widget.c
+++ b/src/gs-app-widget.c
@@ -98,7 +98,7 @@ gs_app_widget_refresh (GsAppWidget *app_widget)
break;
case GS_APP_WIDGET_KIND_UPDATE:
gtk_widget_set_visible (priv->widget_spinner, FALSE);
- gtk_widget_set_visible (priv->widget_button, TRUE);
+ gtk_widget_set_visible (priv->widget_button, FALSE);
gtk_button_set_label (GTK_BUTTON (priv->widget_button),
_("Update"));
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]