Changeset 922
- Timestamp:
- 2008-03-31 05:44:23 (8 months ago)
- Files:
-
- branches/1.0.x/chrome/content/common/bindings.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/chrome/content/common/bindings.xml
r870 r922 182 182 } 183 183 } 184 DTA_preferences.setMultiByteDTA(this._pref, outValues.toSource()); 184 try { 185 DTA_preferences.setMultiByteDTA(this._pref, outValues.toSource()); 186 } 187 catch (ex) { 188 DTA_debug.dump("Cannot save saveddropdown", ex); 189 } 185 190 ]]></body> 186 191 </method>
