[gnome-documents] preview: Rename bookmark icon



commit ad1242d2fa704af214cb4842a752bd9b4e04f113
Author: Mathieu Bridon <bochecha fedoraproject org>
Date:   Sun Aug 31 11:39:35 2014 +0200

    preview: Rename bookmark icon
    
    Fallout from https://bugzilla.gnome.org/show_bug.cgi?id=732219

 src/preview.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/preview.js b/src/preview.js
index a09ec93..9431b8b 100644
--- a/src/preview.js
+++ b/src/preview.js
@@ -582,7 +582,7 @@ const PreviewNavControls = new Lang.Class({
         buttonArea.pack_start(button, false, false, 0);
 
         button = new Gtk.ToggleButton({ action_name: 'app.bookmark-page',
-                                        image: new Gtk.Image({ icon_name: 'bookmark-add-symbolic',
+                                        image: new Gtk.Image({ icon_name: 'bookmark-new-symbolic',
                                                                pixel_size: 16 }),
                                         valign: Gtk.Align.CENTER,
                                         tooltip_text: _("Bookmark this page")


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