[gnome-todo] sidebar-provider-row: Update loading state correctly
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] sidebar-provider-row: Update loading state correctly
- Date: Sat, 30 Mar 2019 21:47:07 +0000 (UTC)
commit d92c6e27fc139850958cbc98a110e7d99f5652df
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sat Mar 30 18:39:12 2019 -0300
sidebar-provider-row: Update loading state correctly
We were updating the wrong state when the provider adds
or removes a tasklist. Likely to be a copy-paste error.
src/sidebar/gtd-sidebar-provider-row.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sidebar/gtd-sidebar-provider-row.c b/src/sidebar/gtd-sidebar-provider-row.c
index 47514b1..1a80d5e 100644
--- a/src/sidebar/gtd-sidebar-provider-row.c
+++ b/src/sidebar/gtd-sidebar-provider-row.c
@@ -175,7 +175,7 @@ on_provider_lists_changed_cb (GtdProvider *provider,
GtdTaskList *list,
GtdSidebarProviderRow *self)
{
- update_provider_label (self);
+ update_loading_state (self);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]