On Sat, May 4, 2013 at 5:02 PM, Dan Smith <dsmith@danplanet.com> wrote:
# HG changeset patch
# User Dan Smith <dsmith@danplanet.com>
# Date 1367701349 25200
# Node ID e924129f98b9d6b65ca12ca52d57ece8d2a95c12
# Parent  28d01422eb4585d7f3e35ca98afdd01675783fa1
Add support for settingvalue objects to be immutable

Use like this:

val = RadioSettingValueString(0, 7, _filter(_msg.line1))
val.set_mutable(False)
rs = RadioSetting("sixpoweron_msg.line1", "6+Power-On Message 1", val)

Dan,
This looks like it is going to work great.

I did a qimport of this patch
Then I did a qnew -ef mypatch_foobar

Your patch is already in line to get applied by you and I will just export my patch, right?

Jim