After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676893 - launcher-gtk.py: get_coords() method doesn't exist
launcher-gtk.py: get_coords() method doesn't exist
Status: RESOLVED FIXED
Product: libchamplain
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libchamplain-maint
libchamplain-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-26 18:15 UTC by Pablo Castellano (IRC: pablog)
Modified: 2012-05-28 20:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixed call to unexisting get_coords() method in launcher-gtk.py (832 bytes, patch)
2012-05-26 18:15 UTC, Pablo Castellano (IRC: pablog)
none Details | Review

Description Pablo Castellano (IRC: pablog) 2012-05-26 18:15:44 UTC
Created attachment 215054 [details] [review]
Fixed call to unexisting get_coords() method in launcher-gtk.py

get_coords() is used to get x and y where the user has clicked, but this method doesn't exist
Comment 1 Jiri Techet 2012-05-28 20:57:54 UTC
Ah, have somehow overlooked this one (disadvantage of dynamic languages). Applied.