[gnome-todo] sidebar: Set sort funct to the archive row
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] sidebar: Set sort funct to the archive row
- Date: Sun, 9 Jun 2019 19:51:20 +0000 (UTC)
commit 52abf40c3687494825a9d1cb96494a70e185c377
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sat Jun 8 21:51:45 2019 -0300
sidebar: Set sort funct to the archive row
src/sidebar/gtd-sidebar.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/sidebar/gtd-sidebar.c b/src/sidebar/gtd-sidebar.c
index a7678d1..321bde6 100644
--- a/src/sidebar/gtd-sidebar.c
+++ b/src/sidebar/gtd-sidebar.c
@@ -591,6 +591,7 @@ gtd_sidebar_init (GtdSidebar *self)
gtk_widget_init_template (GTK_WIDGET (self));
gtk_list_box_set_sort_func (self->listbox, sort_listbox_cb, self, NULL);
+ gtk_list_box_set_sort_func (self->archive_listbox, sort_listbox_cb, self, NULL);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]