Comment 8 for bug 325051

Revision history for this message
Prinice Neyland (overtninja) wrote :

I applied the patch and it works for me. I do get an error message when I display Gwibber for the first time after it starts minimized.

prinice@neptune:~/projects/gwibber/gwibber$ ./bin/gwibber -s
Traceback (most recent call last):
  File "/home/prinice/projects/gwibber/gwibber/gwibber/client.py", line 474, in on_toggle_window_visibility
    self.move(*self.last_position)
AttributeError: 'GwibberClient' object has no attribute 'last_position'

I edited Lucas's patch to correct this error.