[oss-devel] [PATCH] ossxmix minimize to tray

Yair K. cesium2 at gmail.com
Sun Feb 3 03:58:56 EET 2008


On Sunday 03 February 2008 03:36:29 Clive Wright wrote:
> Re. 4.B
> No need to create an extra variable (aval) just move set_value function
> call between val assignments.
>

The problem is that set_values can detect a mixer structure change, so it 
calls reload_gui (). After that, we don't know that srec exists, so ossxmix 
could crash. (That's why set_value was moved to be always after 
gtk_adjustment_... in the previous patch, and why ossxmix now checks for -1 
return value of get_value).

Yours,
	Yair K.


More information about the oss-devel mailing list