[Xfce4-commits] [xfce/xfwm4] 01/02: settings-dialog: Sort settings
noreply at xfce.org
noreply at xfce.org
Mon Jun 24 19:16:26 CEST 2019
This is an automated email from the git hooks/post-receive script.
o l i v i e r 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 xfce/xfwm4.
commit cc79676597f6eb24be2e54bd5191bd45dc75c0bd
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Jun 16 20:17:54 2019 -0300
settings-dialog: Sort settings
Bug: 15586
Move "Notify of urgency by making window's decoration blink"
closer to "Keep urgent windows blinking repeatedly" since the
latter depends on the former to be activated.
Signed-off-by: Andre Miranda <andreldm at xfce.org>
---
settings-dialogs/xfwm4-tweaks-dialog.glade | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/settings-dialogs/xfwm4-tweaks-dialog.glade b/settings-dialogs/xfwm4-tweaks-dialog.glade
index 9ff957a..0d22cdd 100644
--- a/settings-dialogs/xfwm4-tweaks-dialog.glade
+++ b/settings-dialogs/xfwm4-tweaks-dialog.glade
@@ -502,8 +502,8 @@ or "skip taskbar" properties set</property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="urgent_blink">
- <property name="label" translatable="yes">Notify of _urgency by making window's decoration blink</property>
+ <object class="GtkCheckButton" id="mousewheel_rollup">
+ <property name="label" translatable="yes">Use mouse wheel on title bar to ro_ll up the window</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -518,8 +518,8 @@ or "skip taskbar" properties set</property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="repeat_urgent_blink">
- <property name="label" translatable="yes">Keep urgent windows _blinking repeatedly</property>
+ <object class="GtkCheckButton" id="urgent_blink">
+ <property name="label" translatable="yes">Notify of _urgency by making window's decoration blink</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -534,8 +534,8 @@ or "skip taskbar" properties set</property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="mousewheel_rollup">
- <property name="label" translatable="yes">Use mouse wheel on title bar to ro_ll up the window</property>
+ <object class="GtkCheckButton" id="repeat_urgent_blink">
+ <property name="label" translatable="yes">Keep urgent windows _blinking repeatedly</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -546,7 +546,7 @@ or "skip taskbar" properties set</property>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">7</property>
+ <property name="position">8</property>
</packing>
</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