ephraim / lcurse

Python script to have a "curse" compatible client for linux
The Unlicense
51 stars 23 forks source link

Right clicking window causes crash. #61

Open BlushBerry opened 6 years ago

BlushBerry commented 6 years ago
Traceback (most recent call last):
  File "/home/polygon/lcurse/modules/application.py", line 36, in contextMenuEvent
    name=self.item(row,0).text()
AttributeError: 'NoneType' object has no attribute 'text'
Aborted (core dumped)