[Pkg-mozext-commits] [personasplus] 40/76: Fix removal of 'Groovy Blue' theme

David Prévot taffit at moszumanska.debian.org
Fri Aug 4 21:45:06 UTC 2017


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

taffit pushed a commit to branch master
in repository personasplus.

commit 0fdeb6ab7df2cd4a10506a2d4f96d5abfd34f03e
Author: Andreas Wagner <mail at andreaswagner.org>
Date:   Tue Aug 16 19:44:11 2016 +0200

    Fix removal of 'Groovy Blue' theme
---
 extension/bootstrap.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/extension/bootstrap.js b/extension/bootstrap.js
index 926597f..ebd191e 100644
--- a/extension/bootstrap.js
+++ b/extension/bootstrap.js
@@ -87,10 +87,9 @@ var PersonasPlusBootstrapAddon = {
                             } catch (e) {}
                         }
                     }
-                } else {
-                    // Remove Groovy Blue Theme
-                    LightweightThemeManager.forgetUsedTheme("15131");
                 }
+                // Remove Groovy Blue Theme in any case at it was installed automatically
+                LightweightThemeManager.forgetUsedTheme("15131");
             }
         }
     },

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



More information about the Pkg-mozext-commits mailing list