[epiphany] Use emblem-favorite-symbolic icon for favorites



commit 03b5ca5a4996de96503d0c5113e7b5910aff4792
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Feb 19 13:55:07 2017 -0600

    Use emblem-favorite-symbolic icon for favorites
    
    This doesn't match the mockups, but it helps clarify that favorites are
    different from other bookmarks. Favorites are your favorite bookmarks!
    <3
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778849

 src/bookmarks/ephy-bookmark-properties-grid.c |    2 +-
 src/bookmarks/ephy-bookmarks-popover.c        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmark-properties-grid.c b/src/bookmarks/ephy-bookmark-properties-grid.c
index 6de2a93..af2a2d5 100644
--- a/src/bookmarks/ephy-bookmark-properties-grid.c
+++ b/src/bookmarks/ephy-bookmark-properties-grid.c
@@ -167,7 +167,7 @@ ephy_bookmark_properties_grid_create_tag_widget (EphyBookmarkPropertiesGrid *sel
   if (default_tag) {
     GtkWidget *image;
 
-    image = gtk_image_new_from_icon_name ("user-bookmarks-symbolic",
+    image = gtk_image_new_from_icon_name ("emblem-favorite-symbolic",
                                           GTK_ICON_SIZE_BUTTON);
     gtk_widget_set_margin_bottom (image, 8);
     gtk_widget_set_margin_top (image, 8);
diff --git a/src/bookmarks/ephy-bookmarks-popover.c b/src/bookmarks/ephy-bookmarks-popover.c
index ab15c1b..a10dab2 100644
--- a/src/bookmarks/ephy-bookmarks-popover.c
+++ b/src/bookmarks/ephy-bookmarks-popover.c
@@ -204,7 +204,7 @@ create_tag_row (const char *tag)
   gtk_widget_set_halign (box, GTK_ALIGN_START);
 
   if (g_strcmp0 (tag, "Favorites") == 0) {
-    image = gtk_image_new_from_icon_name ("user-bookmarks-symbolic", GTK_ICON_SIZE_MENU);
+    image = gtk_image_new_from_icon_name ("emblem-favorite-symbolic", GTK_ICON_SIZE_MENU);
     label = gtk_label_new (_("Favorites"));
   } else {
     image = gtk_image_new_from_icon_name ("ephy-bookmark-tag-symbolic", GTK_ICON_SIZE_MENU);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]