[gnome-control-center/search-connect-move-row-actions] search: Use "action" to connect to Move up/down actions for rows
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/search-connect-move-row-actions] search: Use "action" to connect to Move up/down actions for rows
- Date: Mon, 15 Aug 2022 09:02:09 +0000 (UTC)
commit 505e4cb3d925bbed132c0a7939338962bfa61ee7
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]