[recipes] shopping: Avoid double separators
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] shopping: Avoid double separators
- Date: Sun, 28 May 2017 01:37:12 +0000 (UTC)
commit 35ebf8acb55fa8a1e562f55485937375fe8ddff7
Author: Matthias Clasen <mclasen redhat com>
Date: Sat May 27 21:25:50 2017 -0400
shopping: Avoid double separators
We use css borders now between rows, so we no longer need
separator widgets here.
src/gr-shopping-page.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/gr-shopping-page.c b/src/gr-shopping-page.c
index b89cc81..e887890 100644
--- a/src/gr-shopping-page.c
+++ b/src/gr-shopping-page.c
@@ -785,11 +785,6 @@ gr_shopping_page_init (GrShoppingPage *page)
page->group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
page->ingredients = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, ingredient_free);
-
- gtk_list_box_set_header_func (GTK_LIST_BOX (page->ingredients_list),
- all_headers, page, NULL);
- gtk_list_box_set_header_func (GTK_LIST_BOX (page->removed_list),
- all_headers, page, NULL);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]