~ubuntu-branches/ubuntu/maverick/downloadstatusbar/maverick-proposed

« back to all changes in this revision

Viewing changes to chrome/content/downbaroverlay.js

  • Committer: Bazaar Package Importer
  • Author(s): Євгеній Мещеряков
  • Date: 2009-07-10 17:38:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090710173831-cb2qgda1zrbvxftn
Tags: 0.9.6.5-2
* Ukrainian translation fixes
* Don't install backup files
* Standards-Version 3.8.2 - no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        else  // there was no pref set
135
135
                showAbout = true;
136
136
 
 
137
        showAbout = false;
137
138
        if(showAbout) {
138
139
                
139
 
            window.setTimeout(function() {
 
140
/*          window.setTimeout(function() {
140
141
                // Open page in new tab
141
142
                        var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"].getService();
142
143
                var wmed = wm.QueryInterface(Components.interfaces.nsIWindowMediator);
146
147
                var content = win.document.getElementById("content");
147
148
                content.selectedTab = content.addTab("chrome://downbar/content/aboutdownbar.xul");      
148
149
            }, 1250);
149
 
                
 
150
*/              
150
151
                db_pref.setCharPref("downbar.function.version", "0.9.6");
151
152
                
152
153
                // Remove the persist height and width attributes for downbarprefs window from localstore.rdf - only want to run this once (although it wouldn't hurt)
2303
2304
function d(msg){
2304
2305
        var acs = Components.classes["@mozilla.org/consoleservice;1"].getService(Components.interfaces.nsIConsoleService);
2305
2306
        acs.logStringMessage(msg);
2306
 
}
 
 
b'\\ No newline at end of file'
 
2307
}