search: Use "action" to connect to Move up/down actions for rows
Using "action-name" wasn't triggering the callback. Fixes #2013
This commit is contained in:
parent
2dbc195d77
commit
32f73d9045
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue