[gnome-software/wip/rancell/ubuntu-3-20-2: 56/58] Disable the update all button during an update
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/ubuntu-3-20-2: 56/58] Disable the update all button during an update
- Date: Sun, 18 Jun 2017 01:10:33 +0000 (UTC)
commit 0224c0a88e60662236295504d5653050c06cf90d
Author: William Hua <william hua canonical com>
Date: Thu Apr 14 16:44:58 2016 -0400
Disable the update all button during an update
src/gs-shell-updates.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-updates.c b/src/gs-shell-updates.c
index 5cc81d6..5c827f0 100644
--- a/src/gs-shell-updates.c
+++ b/src/gs-shell-updates.c
@@ -978,6 +978,8 @@ gs_shell_updates_perform_update_cb (GsPluginLoader *plugin_loader,
{
g_autoptr(GError) error = NULL;
+ gtk_widget_set_sensitive (GTK_WIDGET (self->button_update_all), TRUE);
+
/* get the results */
if (!gs_plugin_loader_update_finish (plugin_loader, res, &error)) {
g_warning ("Failed to perform update: %s", error->message);
@@ -1024,6 +1026,8 @@ gs_shell_updates_button_update_all_cb (GtkButton *button,
g_autoptr(GError) error = NULL;
g_autoptr(GList) apps = NULL;
+ gtk_widget_set_sensitive (GTK_WIDGET (self->button_update_all), FALSE);
+
/* do the offline update */
apps = gs_update_list_get_apps (GS_UPDATE_LIST (self->list_box_updates));
gs_plugin_loader_update_async (self->plugin_loader,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]