[Pkg-mozext-commits] [personasplus] 11/76: Undo Fix for First Install (#46)

David Prévot taffit at moszumanska.debian.org
Fri Aug 4 21:45:02 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 4a5f34790290554c7f4b2490572591334f4cc462
Author: derinb <baris at barisderin.com>
Date:   Fri Jul 15 20:40:42 2016 +0300

    Undo Fix for First Install (#46)
    
    Fix for After pressing “Undo” button, the theme is not removed Bug
---
 extension/modules/service.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/extension/modules/service.js b/extension/modules/service.js
index 8b5857d..7849c75 100644
--- a/extension/modules/service.js
+++ b/extension/modules/service.js
@@ -821,6 +821,9 @@ var PersonaService = {
             } else
                 this.resetPersona();
         }
+        else{
+            this.changeToDefaultPersona();
+        }
     },
 
     /**

-- 
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