Author: bklaas
Date: Wed Oct 15 06:31:47 2008
New Revision: 3136

URL: http://svn.slimdevices.com?rev=3136&root=Jive&view=rev
Log:
Bug: 9679
Description: this workaround exposes the "pulsating" artwork bug, which is an 
improvement over the full crash without it.

Modified:
    7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_window.c

Modified: 7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_window.c
URL: 
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_window.c?rev=3136&root=Jive&r1=3135&r2=3136&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_window.c (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/src/ui/jive_window.c Wed Oct 15 
06:31:47 2008
@@ -73,6 +73,7 @@
        /* stack is:
         * 1: widget
         */
+       int safty = 5;
 
        WindowWidget *peer = jive_getpeer(L, 1, &windowPeerMeta);
 
@@ -90,7 +91,7 @@
        }
        lua_pop(L, 1);
 
-       while (peer->w.child_origin != jive_origin) {
+       while (peer->w.child_origin != jive_origin && --safty > 0) {
 #if 0
                /* debugging */
                jive_getmethod(L, 1, "dump");

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to