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

« back to all changes in this revision

Viewing changes to debian/patches/disable-ads.diff

  • Committer: Bazaar Package Importer
  • Author(s): Євгеній Мещеряков
  • Date: 2010-01-28 12:01:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100128120102-ho2yyop3ae4wuryi
Tags: 0.9.6.6-1
* New upstream release
* Updated patches:
  - disable-ads.diff
* Add install target to debian/rules
* Do not use zip to make an zpi file, use xpi-pack instead.
  Also do not build-depend on zip but on mozilla-devscripts (>= 0.19~)
* Add watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
Index: downloadstatusbar/chrome/content/downbaroverlay.js
6
6
===================================================================
7
 
--- downloadstatusbar.orig/chrome/content/downbaroverlay.js
8
 
+++ downloadstatusbar/chrome/content/downbaroverlay.js
9
 
@@ -134,9 +134,10 @@
 
7
--- downloadstatusbar.orig/chrome/content/downbaroverlay.js     2010-01-28 11:23:58.000000000 +0100
 
8
+++ downloadstatusbar/chrome/content/downbaroverlay.js  2010-01-28 11:29:20.919498212 +0100
 
9
@@ -151,9 +151,10 @@
10
10
        else  // there was no pref set
11
11
                showAbout = true;
12
12
 
18
18
                // Open page in new tab
19
19
                        var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"].getService();
20
20
                var wmed = wm.QueryInterface(Components.interfaces.nsIWindowMediator);
21
 
@@ -146,7 +147,7 @@
 
21
@@ -163,6 +164,7 @@
22
22
                var content = win.document.getElementById("content");
23
23
                content.selectedTab = content.addTab("chrome://downbar/content/aboutdownbar.xul");      
24
24
            }, 1250);
25
 
-               
26
 
+*/             
27
 
                db_pref.setCharPref("downbar.function.version", "0.9.6");
28
 
                
29
 
                // Remove the persist height and width attributes for downbarprefs window from localstore.rdf - only want to run this once (although it wouldn't hurt)
30
 
@@ -2303,4 +2304,4 @@
31
 
 function d(msg){
32
 
        var acs = Components.classes["@mozilla.org/consoleservice;1"].getService(Components.interfaces.nsIConsoleService);
33
 
        acs.logStringMessage(msg);
34
 
-}
35
 
\ No newline at end of file
36
 
+}
 
25
+*/
 
26
                
 
27
                db_pref.setCharPref("downbar.function.version", "0.9.6.6");
 
28