commit/Emoticons: norrumar: Restored terminate function, accidentally removed from smileysList.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 14 Oct 2016 18:07:57 -0000

1 new commit in Emoticons:

https://bitbucket.org/nvdaaddonteam/emoticons/commits/74d0824d136a/
Changeset:   74d0824d136a
Branch:      emojis
User:        norrumar
Date:        2016-10-14 18:07:40+00:00
Summary:     Restored terminate function, accidentally removed from smileysList.

Affected #:  1 file

diff --git a/addon/globalPlugins/emoticons/smileysList.py 
b/addon/globalPlugins/emoticons/smileysList.py
index 4cc4071..90da7ad 100644
--- a/addon/globalPlugins/emoticons/smileysList.py
+++ b/addon/globalPlugins/emoticons/smileysList.py
@@ -184,3 +184,7 @@ emoticons = [
        # Translators: (emoji) Latin cross
        Smiley(u'✝', _("Latin cross"), '✝', True),
 ]
+
+def terminate(self):
+       global emoticons
+       del emoticons

Repository URL: https://bitbucket.org/nvdaaddonteam/emoticons/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/Emoticons: norrumar: Restored terminate function, accidentally removed from smileysList. - commits-noreply