[gnome-control-center/search-connect-move-row-actions] search: Use "action" to connect to row Move up/down row widget




commit 95e407a1fb17df10a0ffec10c2610f2982f7e646
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Aug 15 10:57:20 2022 +0200

    search: Use "action" to connect to row Move up/down row widget
    
    Using "action-name" wasn't triggering the callback.
    
    Fixes #2013

 panels/search/cc-search-panel-row.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/search/cc-search-panel-row.ui b/panels/search/cc-search-panel-row.ui
index 220a96859..89e74aed2 100644
--- a/panels/search/cc-search-panel-row.ui
+++ b/panels/search/cc-search-panel-row.ui
@@ -50,11 +50,11 @@
     <section>
       <item>
         <attribute name="label" translatable="yes">Move Up</attribute>
-        <attribute name="action-name">row.move-up</attribute>
+        <attribute name="action">row.move-up</attribute>
       </item>
       <item>
         <attribute name="label" translatable="yes">Move Down</attribute>
-        <attribute name="action-name">row.move-down</attribute>
+        <attribute name="action">row.move-down</attribute>
       </item>
     </section>
   </menu>


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