Re: [pulseaudio-discuss] [PATCH pavucontrol] mainwindow: Don't clear the "updating" flag in updateCard() too early.

2012-11-22 Thread Tanu Kaskinen
On Tue, 2012-11-20 at 21:59 +, Colin Guthrie wrote: > 'Twas brillig, and Tanu Kaskinen at 19/11/12 13:29 did gyre and gimble: > > The prepareMenu() call can change the active profile selection, which > > in turn will cause a "set card profile" command to be sent to the > > server if the "updati

Re: [pulseaudio-discuss] [PATCH pavucontrol] mainwindow: Don't clear the "updating" flag in updateCard() too early.

2012-11-20 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 19/11/12 13:29 did gyre and gimble: > The prepareMenu() call can change the active profile selection, which > in turn will cause a "set card profile" command to be sent to the > server if the "updating" flag is not set, so the "updating" flag needs > to be set wh

[pulseaudio-discuss] [PATCH pavucontrol] mainwindow: Don't clear the "updating" flag in updateCard() too early.

2012-11-19 Thread Tanu Kaskinen
The prepareMenu() call can change the active profile selection, which in turn will cause a "set card profile" command to be sent to the server if the "updating" flag is not set, so the "updating" flag needs to be set when calling prepareMenu() from updateCard(). This caused a problem with disconne