getting-things-gnome / gtg

Getting Things GNOME! trunk
https://wiki.gnome.org/Apps/GTG
GNU General Public License v3.0
553 stars 166 forks source link

Hamster Time Tracker Plugin: 'HamsterPlugin' object has no attribute 'preferences_dialog' #993

Open Haris-Nr opened 10 months ago

Haris-Nr commented 10 months ago

Context: Global generic exception

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/GTG/gtk/plugins.py", line 253, in on_plugin_configure
    plugin.instance.configure_dialog(self.dialog)
  File "/usr/lib/python3/dist-packages/GTG/plugins/hamster/hamster.py", line 365, in configure_dialog
    self.preferences_dialog.set_transient_for(manager_dialog)
    ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'HamsterPlugin' object has no attribute 'preferences_dialog'

Software versions:

Haris-Nr commented 8 months ago

check

nekohayo commented 7 months ago

Needs to be retested with the git master version.

Related: #996