Changeset 922

Show
Ignore:
Timestamp:
2008-03-31 05:44:23 (8 months ago)
Author:
MaierMan
Message:

#607: Add more debug output in saveddropdown

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/chrome/content/common/bindings.xml

    r870 r922  
    182182                                                } 
    183183                                        } 
    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                                        } 
    185190                                ]]></body> 
    186191                        </method>