Opened 14 years ago

Closed 14 years ago

#2775 closed bug (fixed)

Attempt to close QGIS produces an error

Reported by: dr Owned by: borysiasty
Priority: minor: annoyance Milestone: Version 1.6.0
Component: Python plugins and bindings Version: Trunk
Keywords: Cc: dr, gislab, alexbruy
Must Fix for Release: Yes Platform: All
Platform Version: Awaiting user input: no

Description

If try to close QGIS window when in status bar "Looking for new plugins..." status is present, then we get an error:

An error has occured while executing Python code:

Traceback (most recent call last):
  File "C:/OSGeo4W/apps/qgis-dev/./python/plugins\plugin_installer\installer_data.py", line 173, in stateChanged
    self.emit(SIGNAL("anythingChanged(QString, int, int)"), self.key, state, 0)
TypeError: 'NoneType' object is not callable

Python version:
2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]


QGIS version:
1.5.0-Trunk Trunk, 13604

Change History (4)

comment:1 by borysiasty, 14 years ago

Component: Build/InstallPython plugins and bindings
Owner: changed from nobody to borysiasty
Priority: critical: causes crash or data corruptionminor: annoyance
Status: newassigned

comment:2 by brushtyler, 14 years ago

Platform: WindowsAll

Tried on Ubuntu. QGis shows the same error message

comment:3 by pcav, 14 years ago

Milestone: Version 1.5.0Version 1.6.0

comment:4 by borysiasty, 14 years ago

Resolution: fixed
Status: assignedclosed

fixed in 13742

Note: See TracTickets for help on using tickets.