Hello,

This minor patch fixes issue with not working window proxy groups when
FvwmProxy module compiled with PROXY_GROUP_DEBUG directive set to False.

Best wishes,

-- 
Serge Koksharov, Free Software user & supporter
GPG public key ID: 0x3D330896 (pgp.mit.edu)
Key fingerprint: 5BC4 0475 CB03 6A31 0076  82C2 C240 72F0 3D33 0896
diff -x tags -x cscope.out -Naur fvwmCVS_orig/modules/ChangeLog 
fvwmCVS_fixed/modules/ChangeLog
--- fvwmCVS_orig/modules/ChangeLog      2007-08-10 23:04:52.000000000 +0400
+++ fvwmCVS_fixed/modules/ChangeLog     2007-08-10 23:08:42.000000000 +0400
@@ -1,3 +1,8 @@
+2007-08-10  Serge Koksharov  <gentoosiast dog yandex dot ru>
+
+       * FvwmProxy/FvwmProxy.c (FindNeighborForLeader):
+       fixed proxy group functionality when debugging code compiled out.
+
 2007-08-07  Dominik Vogt  <dominik(dot)vogt(at)gmx(dot)de>
 
        * FvwmWindowMenu/Makefile.am:
diff -x tags -x cscope.out -Naur fvwmCVS_orig/modules/FvwmProxy/FvwmProxy.c 
fvwmCVS_fixed/modules/FvwmProxy/FvwmProxy.c
--- fvwmCVS_orig/modules/FvwmProxy/FvwmProxy.c  2007-08-10 23:04:51.000000000 
+0400
+++ fvwmCVS_fixed/modules/FvwmProxy/FvwmProxy.c 2007-08-10 23:07:13.000000000 
+0400
@@ -2118,8 +2118,8 @@
 #if PROXY_GROUP_DEBUG
                        fprintf(stderr,"unique group %d reassign %s\n",
                                group,other->name);
-                       other->group=group;
 #endif
+                       other->group=group;
                }
        }
 

Reply via email to