[gnome-text-editor] searchbar: dont use detailed action names



commit aeded3a843258f1ac2e80adb4de0219a81e01bae
Author: Christian Hergert <chergert redhat com>
Date:   Mon Oct 11 10:29:07 2021 -0700

    searchbar: dont use detailed action names
    
    Fixes #180

 src/editor-search-bar.ui | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/editor-search-bar.ui b/src/editor-search-bar.ui
index dfe9f44..2f6ab8e 100644
--- a/src/editor-search-bar.ui
+++ b/src/editor-search-bar.ui
@@ -46,14 +46,16 @@
             </style>
             <child>
               <object class="GtkButton">
-                <property name="action-name">search.move-previous(false)</property>
+                <property name="action-name">search.move-previous</property>
+                <property name="action-target">false</property>
                 <property name="tooltip-text" translatable="yes">Move to previous match 
(Ctrl+Shift+G)</property>
                 <property name="icon-name">go-up-symbolic</property>
               </object>
             </child>
             <child>
               <object class="GtkButton">
-                <property name="action-name">search.move-next(false)</property>
+                <property name="action-name">search.move-next</property>
+                <property name="action-target">false</property>
                 <property name="tooltip-text" translatable="yes">Move to next match (Ctrl+G)</property>
                 <property name="icon-name">go-down-symbolic</property>
               </object>


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