[Pkg-mozext-commits] [greasemonkey] 14/55: GM 3.4.1: If just one script is installed (and updated)

David Prévot taffit at moszumanska.debian.org
Thu Oct 29 15:38:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit 723f4cd090ccd3912b938cdc368ee98f9c44aa37
Author: janekptacijarabaci <janekptacijarabaci at seznam.cz>
Date:   Thu Sep 17 18:16:34 2015 +0200

    GM 3.4.1: If just one script is installed (and updated)
---
 content/addons4-overlay.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/content/addons4-overlay.js b/content/addons4-overlay.js
index a4dd140..8dd682d 100644
--- a/content/addons4-overlay.js
+++ b/content/addons4-overlay.js
@@ -76,11 +76,9 @@ var observer = {
           // remove this item from the UI.
           gListView.removeItem(addon);
         }
-        setEmptyWarningVisible();
         break;
       case 'install':
         gListView.addItem(addon);
-        setEmptyWarningVisible();
         break;
       case 'edit-enabled':
         var item = gListView.getListItemForID(addon.id);
@@ -105,6 +103,7 @@ var observer = {
         oldItem.parentNode.replaceChild(item, oldItem);
         break;
     }
+    setEmptyWarningVisible();
   }
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list