[evince] shell: Change to a more representative icon for annotations



commit 33b382910786cf7e73512be1d69a610bcae7fa10
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Fri Jun 29 11:33:25 2018 -0400

    shell: Change to a more representative icon for annotations
    
    Partially fixes #928

 shell/ev-toolbar.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/shell/ev-toolbar.c b/shell/ev-toolbar.c
index 2df5a75c..52882321 100644
--- a/shell/ev-toolbar.c
+++ b/shell/ev-toolbar.c
@@ -203,8 +203,7 @@ ev_toolbar_constructed (GObject *object)
         gtk_header_bar_pack_start (GTK_HEADER_BAR (ev_toolbar), button);
 
         /* Edit Annots */
-        /* FIXME: Use a better icon for edit than text editor */
-        button = ev_toolbar_create_toggle_button (ev_toolbar, "win.toggle-edit-annots", 
"accessories-text-editor-symbolic",
+        button = ev_toolbar_create_toggle_button (ev_toolbar, "win.toggle-edit-annots", 
"document-edit-symbolic",
                                                   _("Annotate the document"));
         ev_toolbar->priv->annots_button = button;
         gtk_widget_set_margin_end (button, 6);


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