Changeset 705

Show
Ignore:
Timestamp:
05/14/08 21:52:46 (3 months ago)
Author:
daelstorm
Message:

Whoops, forgot the config changes (thanks ><((((*> )

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/nicotine+/pynicotine/config.py

    r696 r705  
    222222        "useraway":"ORANGE", \ 
    223223        "useroffline":"#aa0000", \ 
    224         "tab_colors": 0, \ 
    225         "tab_default":"", \ 
    226         "tab_hilite":"red", \ 
    227         "tab_changed":"#0000ff", \ 
    228224        "usernamehotspots":1, \ 
    229225        "usernamestyle": "bold", \ 
     
    235231        "exitdialog": 1, \ 
    236232        "notexists": 1, \ 
     233        "tab_colors": 0, \ 
     234        "tab_default":"", \ 
     235        "tab_hilite":"red", \ 
     236        "tab_changed":"#0000ff", \ 
     237        "tab_reorderable": 1, \ 
    237238        "tabmain": "top", \ 
    238239        "tabrooms": "top", \ 
     
    385386                                        if self.frame: 
    386387                                                self.frame.logMessage(message) 
    387                                 elif j in ['login','passw','enc',  'downloaddir', 'uploaddir', 'customban','descr','pic','logsdir','roomlogsdir','privatelogsdir','incompletedir', 'autoreply', 'afterfinish', 'downloadregexp', 'afterfolder', 'default', 'chatfont', "npothercommand", "npplayer", "npformat", "private_timestamp", "rooms_timestamp", "log_timestamp"] or (i == "ui" and j not in ["roomlistcollapsed", "tabclosers", "tab_colors", 'buddylistinchatrooms', "trayicon", "showaway", "tooltips", "usernamehotspots", "exitdialog", "tab_icons", "spellcheck", "chat_hidebuttons", "notexists", "soundenabled", "transalpha",  "enabletrans", "speechenabled", "enablefilters",  "width", "height", "labelmain", "labelrooms", "labelprivate", "labelinfo", "labelbrowse", "labelsearch"]) or (i == "words" and j not in ["completion", "censorwords", "replacewords", "autoreplaced", "censored", "characters", "tab", "dropdown", "roomnames", "buddies", "roomusers", "commands", "aliases", "onematch"]) or (i == "language" and j not in ["definelanguage", "setlanguage"]): 
     388                                elif j in ['login','passw','enc',  'downloaddir', 'uploaddir', 'customban','descr','pic','logsdir','roomlogsdir','privatelogsdir','incompletedir', 'autoreply', 'afterfinish', 'downloadregexp', 'afterfolder', 'default', 'chatfont', "npothercommand", "npplayer", "npformat", "private_timestamp", "rooms_timestamp", "log_timestamp"] or (i == "ui" and j not in ["roomlistcollapsed", "tabclosers", "tab_colors", 'tab_reorderable', 'buddylistinchatrooms', "trayicon", "showaway", "tooltips", "usernamehotspots", "exitdialog", "tab_icons", "spellcheck", "chat_hidebuttons", "notexists", "soundenabled", "transalpha",  "enabletrans", "speechenabled", "enablefilters",  "width", "height", "labelmain", "labelrooms", "labelprivate", "labelinfo", "labelbrowse", "labelsearch"]) or (i == "words" and j not in ["completion", "censorwords", "replacewords", "autoreplaced", "censored", "characters", "tab", "dropdown", "roomnames", "buddies", "roomusers", "commands", "aliases", "onematch"]) or (i == "language" and j not in ["definelanguage", "setlanguage"]): 
    388389 
    389390                                        if val is not None and val != "None":