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




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

    search: Use "action" to connect to Move up/down actions for rows
    
    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]