[recipes/favorite-tile: 4/4] Remove favorites as a category



commit 2706e3bae60759e77c60b97d7bd8ef383ad6b32f
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]