Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DBusException error #489

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Fix DBusException error #489

wants to merge 4 commits into from

Commits on May 6, 2016

  1. Fix DBusException error

    fixed #448
    
    Signed-off-by: Hiroshi Miura <miurahr@linux.com>
    miurahr committed May 6, 2016
    Configuration menu
    Copy the full SHA
    aff8526 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. everpad-provider: Fix Attribute errors in SyncThread

    The following error may happen during authorization:
    
    AttributeError: 'SyncThread' object has no attribute 'status'
    Martin Wilck authored and miurahr committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    eae2b80 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated initialization

    - also set it NONE before init called.
    
    Signed-off-by: Hiroshi Miura <miurahr@linux.com>
    miurahr committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    9e9b76b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Fix AttributeError

    Fix following error happen when starting apps.
    
    AttributeError: 'SyncThread' object has no attribute 'last_sync'
    
    Signed-off-by: Hiroshi Miura <miurahr@linux.com>
    miurahr committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    64909b3 View commit details
    Browse the repository at this point in the history