I found the problem and a workaround.
This traceback was generated on the console:

Traceback (most recent call last):
  File "/usr/bin/murmur", line 3113, in OnMouseClicked
    return self.OnPopupMenu(widget, event)
  File "/usr/bin/murmur", line 3142, in OnPopupMenu
    
items[num+3].set_active(self.frame.Networking.config["trusted"].has_key(user))
KeyError: 'trusted'

I didn't have any users in my trusted user list.  Adding a trusted
user made the menu work again.  The menu still worked after I removed
the trusted user.  It continued to work after shutting down and
restarting Murmur.  So adding that user must have initialized the
trusted user list, which will now be correctly initialized across all
runs.

-- 
David BanksĀ  <amoe...@gmail.com>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to