hamster-time-tracker: module.py:137:__getattr__:AttributeError: 'gi.repository.Gtk' object has no attribute 'TARGET_SAME_APP'
Created by: sanjayankur31
Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1317087
Truncated backtrace:
module.py:137:__getattr__:AttributeError: 'gi.repository.Gtk' object has no attribute 'TARGET_SAME_APP'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/hamster/preferences.py", line 268, in on_category_list_drag_motion
drop_yes = ("drop_yes", gtk.TARGET_SAME_APP, 0)
File "/usr/lib64/python2.7/site-packages/gi/overrides/__init__.py", line 39, in __getattr__
return getattr(self._introspection_module, name)
File "/usr/lib64/python2.7/site-packages/gi/module.py", line 137, in __getattr__
self.__name__, name))
AttributeError: 'gi.repository.Gtk' object has no attribute 'TARGET_SAME_APP'
Local variables in innermost frame:
info: None
self: <IntrospectionModule 'Gtk' from '/usr/lib64/girepository-1.0/Gtk-3.0.typelib'>
name: 'TARGET_SAME_APP'
As Felix pointed out, seems like a minor oversight. I'll submit a pull request if I can.