commit/placeMarkers: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Tue, 30 May 2017 17:28:59 -0000

2 new commits in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/c2ddeae14a52/
Changeset:   c2ddeae14a52
Branch:      None
User:        norrumar
Date:        2017-05-30 17:00:09+00:00
Summary:     Increase delay when moving to bookmarks from dialog

This fixes a bug where browse mode was sometimes broken.

Affected #:  1 file

diff --git a/addon/globalPlugins/placeMarkers/__init__.py 
b/addon/globalPlugins/placeMarkers/__init__.py
index 5281180..5d2995e 100644
--- a/addon/globalPlugins/placeMarkers/__init__.py
+++ b/addon/globalPlugins/placeMarkers/__init__.py
@@ -370,7 +370,7 @@ class NotesDialog(wx.Dialog):
 
        def onOk(self, evt):
                self.Destroy()
-               wx.CallLater(300, moveToBookmark, self.pos)
+               wx.CallLater(1000, moveToBookmark, self.pos)
 
 class CopyDialog(wx.Dialog):
 


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/bd59eb5d0e23/
Changeset:   bd59eb5d0e23
Branch:      8.0-dev
User:        norrumar
Date:        2017-05-30 17:07:10+00:00
Summary:     Bump version: 8.2-dev

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 2bbc0fc..93e0019 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("Add-on for setting place markers on specific 
virtual documents"),
        # version
-       "addon_version" : "8.1-dev",
+       "addon_version" : "8.2-dev",
        # Author(s)
        "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>",
        # URL for the add-on documentation support

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

--

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: