Author: titmuss
Date: Thu Feb  7 07:19:58 2008
New Revision: 1851

URL: http://svn.slimdevices.com?rev=1851&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1846):  titmuss | 2008-02-07 14:31:53 +0000
 Bug: 6580
 Description:
 The jive_sound_enabled function enables/disables a single sound effect, it 
should not open/close the 
 audio device.
 
 

Modified:
    trunk/   (props changed)
    trunk/jive/src/pkg/jive/src/ui/jive_audio.c

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Thu Feb  7 07:19:58 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1844
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1846
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: trunk/jive/src/pkg/jive/src/ui/jive_audio.c
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/src/ui/jive_audio.c?rev=1851&root=Jive&r1=1850&r2=1851&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/src/ui/jive_audio.c (original)
+++ trunk/jive/src/pkg/jive/src/ui/jive_audio.c Thu Feb  7 07:19:58 2008
@@ -249,13 +249,6 @@
        snd = *(struct jive_sample **)lua_touserdata(L, 1);
        snd->enabled = lua_toboolean(L, 2);
 
-       if (snd->enabled) {
-               open_audio();
-       }
-       else {
-               close_audio();
-       }
-
        return 0;
 }
 

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

Reply via email to