Changes between Version 3 and Version 4 of Ticket #4981, comment 4


Ignore:
Timestamp:
06/08/2017 13:48:16 (7 years ago)
Author:
FGrose
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4981, comment 4

    v3 v4  
    88}}}
    99
     10log:
     11{{{
     12/usr/lib/python2.7/site-packages/sugar3/activity/activity.py:96: PyGIWarning: SugarExt was imported without specifying a version first. Use gi.require_version('SugarExt', '1.0') before import to ensure that the right version gets loaded.
     13  from gi.repository import SugarExt
     14Traceback (most recent call last):
     15  File "/home/liveuser/Activities/Browse.activity/browser.py", line 828, in __decide_policy_cb
     16    self._activity.unbusy()
     17AttributeError: 'WebActivity' object has no attribute 'unbusy'
     181496927966.447948 ERROR root: gi.FunctionInfo(get_destination)
     19Traceback (most recent call last):
     20  File "/home/liveuser/Activities/Browse.activity/downloadmanager.py", line 209, in __download_finished_cb
     21    self._activity.unbusy()
     22AttributeError: 'WebActivity' object has no attribute 'unbusy'
     23}}}
    1024
    1125Closing tab has no effect.
     
    1529
    1630Observed on SoaS 26 alpha (dnf upgraded to 2017-Jun-07)
    17