This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/xfce4-screensaver.

commit 4ae5821d5a21eabe037abe88c9598672dc9cbbfa
Author: Sean Davis <smd.seanda...@gmail.com>
Date:   Sat Jul 13 18:17:37 2019 -0400

    xfce-floaters: Enable 1000 mice at a time
---
 src/xfce4-screensaver-configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfce4-screensaver-configure b/src/xfce4-screensaver-configure
index a481054..f367416 100755
--- a/src/xfce4-screensaver-configure
+++ b/src/xfce4-screensaver-configure
@@ -166,7 +166,7 @@ class DesktopScreensaverSettings(ScreensaverSettings):
         if self.name == "xfce-floaters":
             options["number-of-images"] = {'id': 'number-of-images', 'type': 
'spinbutton',
                                            'label': _('Max number of images'), 
'argument': '-n %',
-                                           'default': 5, 'low': 1, 'high': 25}
+                                           'default': 5, 'low': 1, 'high': 
1000}
             options["show-paths"] = {'id': 'show-paths', 'type': 'checkbox',
                                      'label': _('Show paths'), 'argument': 
'-p'}
             options["do-rotations"] = {'id': 'do-rotations', 'type': 
'checkbox',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to