[recipes] Use a better icon for error notification



commit 416660fbdb48aded231556cd27eb92ca64e541c3
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu May 18 11:46:25 2017 -0400

    Use a better icon for error notification
    
    Use error-correct-symbolic to indicate that we will jump
    to an error to correct, instead of edit-find-symbolic.

 src/gr-edit-page.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-edit-page.ui b/src/gr-edit-page.ui
index bdbc23d..0476336 100644
--- a/src/gr-edit-page.ui
+++ b/src/gr-edit-page.ui
@@ -48,7 +48,7 @@
                         <child>
                           <object class="GtkImage">
                             <property name="visible">1</property>
-                            <property name="icon-name">edit-find-symbolic</property>
+                            <property name="icon-name">error-correct-symbolic</property>
                             <property name="icon-size">1</property>
                           </object>
                         </child>


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