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 be8298371f58759bd2484c2030f28b45d52247d1
Author: Alexander Butenko <a.bute...@gmail.com>
Date:   Sun Jun 16 16:20:58 2019 -0400

    fix password form flickering
    
    Signed-off-by: Sean Davis <smd.seanda...@gmail.com>
---
 src/xfcekbd-indicator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xfcekbd-indicator.c b/src/xfcekbd-indicator.c
index f91d9cb..8413b22 100644
--- a/src/xfcekbd-indicator.c
+++ b/src/xfcekbd-indicator.c
@@ -414,7 +414,6 @@ xfcekbd_indicator_state_callback (XklEngine            
*engine,
 
     if (changeType == GROUP_CHANGED) {
         ForAllIndicators () {
-            gs_debug("do repaint\n");
             xfcekbd_indicator_set_current_page_for_group
                 (gki, group);
         }
@@ -455,6 +454,7 @@ xfcekbd_indicator_filter_x_evt (GdkXEvent *xev,
                 if (!globals.redraw_queued)
                     return GDK_FILTER_CONTINUE;
 
+                gs_debug("do repaint\n");
                 XReparentEvent *rne = (XReparentEvent *) xev;
 
                 ForAllIndicators () {
@@ -605,7 +605,7 @@ xfcekbd_indicator_class_init (XfcekbdIndicatorClass *klass) 
{
     /* Initing some global vars */
     globals.tooltips_format = "%s";
 
-    globals.redraw_queued = TRUE;
+    globals.redraw_queued = FALSE;
 
     /* Initing vtable */
     object_class->finalize = xfcekbd_indicator_finalize;

-- 
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