<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">Hi, </font></p>
<p><font size="4">A changeset to prevent the type of an existing
Preference to be zeroed when edited:</font></p>
<p><font size="4">(Preferences instanceAt: #pointer)<br>
=> Preference (#pointer = #(#touch #mouse)::#mouse) .</font></p>
<p><font size="4">Preferences name: #pointer category: #system
value: #touch</font></p>
<p><font size="4">(Preferences instanceAt: #pointer)<br>
=> Preference (#pointer = ::#mouse) .</font></p>
<p><font size="4"></font></p>
<p><br>
</p>
<p><font size="4">Before, type </font><font size="4">#(#touch
#mouse) will be changed to a CharacterSequence</font></p>
<p><font size="4">Hilaire</font></p>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
</body>
</html>