[recipes/favorite-tile: 4/5] Remove favorites as a category
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes/favorite-tile: 4/5] Remove favorites as a category
- Date: Sat, 7 Jan 2017 12:57:03 +0000 (UTC)
commit ccf58511c68c6375497390bff5aa1b9bbf6a72cd
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jan 7 00:20:51 2017 -0500
Remove favorites as a category
They get their own special treatment now.
src/gr-recipes-page.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/gr-recipes-page.c b/src/gr-recipes-page.c
index e5a2e2a..885bae0 100644
--- a/src/gr-recipes-page.c
+++ b/src/gr-recipes-page.c
@@ -219,11 +219,6 @@ populate_diets_from_store (GrRecipesPage *self)
gtk_container_add (GTK_CONTAINER (self->diet_box), tile);
g_signal_connect (tile, "clicked", G_CALLBACK (category_clicked), self);
- tile = gr_category_tile_new_with_label ("favorites", _("Favorites"));
- gtk_widget_show (tile);
- gtk_container_add (GTK_CONTAINER (self->diet_box), tile);
- g_signal_connect (tile, "clicked", G_CALLBACK (category_clicked), self);
-
for (i = 0; i < G_N_ELEMENTS (diets); i++) {
tile = gr_category_tile_new (diets[i]);
gtk_widget_show (tile);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]