diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-02 22:27:59 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-02 22:27:59 (EDT) |
commit | 12a39654dfc9f1007991132e000193b97734369c (patch) | |
tree | 85cbdb1469cbb51a9977a73bd73d71272d0a6fbe /src/toolbars | |
parent | fc1c4e3e4a2c6546e8ca0318f0a45a8e7ea5650c (diff) | |
download | marquee-12a39654dfc9f1007991132e000193b97734369c.zip marquee-12a39654dfc9f1007991132e000193b97734369c.tar.gz marquee-12a39654dfc9f1007991132e000193b97734369c.tar.bz2 |
MqBookmarksButtonBox: Use "non-starred" icon for add/edit button
Diffstat (limited to 'src/toolbars')
-rw-r--r-- | src/toolbars/navigation/bookmarks-button-box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbars/navigation/bookmarks-button-box.c b/src/toolbars/navigation/bookmarks-button-box.c index 667c29a..ce82ea8 100644 --- a/src/toolbars/navigation/bookmarks-button-box.c +++ b/src/toolbars/navigation/bookmarks-button-box.c @@ -64,7 +64,7 @@ mq_bookmarks_button_box_init(MqBookmarksButtonBox *bookmarks_button_box) /* Add/edit bookmark button */ bookmarks_button_box->edit_button = gtk_button_new_from_icon_name( - "starred", GTK_ICON_SIZE_SMALL_TOOLBAR); + "non-starred", GTK_ICON_SIZE_SMALL_TOOLBAR); gtk_button_set_relief(GTK_BUTTON(bookmarks_button_box->edit_button), GTK_RELIEF_NONE); gtk_widget_set_tooltip_text(bookmarks_button_box->edit_button, |