[Xfce4-commits] [apps/parole] 01/01: Restore the volume accelerators so they are discoverable again
noreply at xfce.org
noreply at xfce.org
Fri Nov 15 19:01:28 CET 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/parole.
commit 706909b6726f4e68316fe9b9d874592b31bc20b1
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Fri Nov 15 13:01:22 2019 -0500
Restore the volume accelerators so they are discoverable again
---
data/interfaces/parole.ui | 3 +++
1 file changed, 3 insertions(+)
diff --git a/data/interfaces/parole.ui b/data/interfaces/parole.ui
index 608171a..9e22c65 100644
--- a/data/interfaces/parole.ui
+++ b/data/interfaces/parole.ui
@@ -328,6 +328,7 @@
<property name="label" translatable="yes">Volume _Up</property>
<property name="use_underline">True</property>
<signal name="activate" handler="parole_player_volume_up" swapped="no"/>
+ <accelerator key="plus" signal="activate"/>
</object>
</child>
<child>
@@ -337,6 +338,7 @@
<property name="label" translatable="yes">Volume _Down</property>
<property name="use_underline">True</property>
<signal name="activate" handler="parole_player_volume_down" swapped="no"/>
+ <accelerator key="minus" signal="activate"/>
</object>
</child>
<child>
@@ -346,6 +348,7 @@
<property name="label" translatable="yes">_Mute</property>
<property name="use_underline">True</property>
<signal name="activate" handler="parole_player_volume_mute" swapped="no"/>
+ <accelerator key="0" signal="activate"/>
</object>
</child>
</object>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list