Changeset 1771

Show
Ignore:
Timestamp:
2010-02-25 04:55:17 (5 months ago)
Author:
MaierMan
Message:

fix string concats

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/modules/historymanager.jsm

    r1768 r1771  
    103103        _setValues: function(values) { 
    104104                if (!this._persisting) { 
    105                         Debug.logString("Set session history for " this._key); 
     105                        Debug.logString("Set session history for " + this._key); 
    106106                        this._sessionHistory = values; 
    107107                } 
     
    109109                        try { 
    110110                                prefs.setExt(this._key, stringify(values)); 
    111                                 Debug.logString("Set normal history for " this._key); 
     111                                Debug.logString("Set normal history for " + this._key); 
    112112                        } 
    113113                        catch (ex) {