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 577865 - use gdkkeysyms when available
use gdkkeysyms when available
Status: RESOLVED FIXED
Product: moserial
Classification: Other
Component: general
svn head
Other Linux
: Normal normal
: ---
Assigned To: moserial-maint
moserial-maint
Depends on: 551184
Blocks:
 
 
Reported: 2009-04-03 17:26 UTC by Michael Chudobiak
Modified: 2011-08-16 20:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Chudobiak 2009-04-03 17:26:22 UTC
The escape keyval is hard-coded in src/MainWindow.vala.

Use the gdkkeysyms name instead, once bug 551184 is resolved in vala.

- Mike
Comment 1 Michael Chudobiak 2011-08-16 20:13:58 UTC
We can use Gdk.keyval_from_name instead. Fixed in git master / 3.0.0.

- Mike