Code review comment for lp:~dx-unity/unity/unity.fix_702431

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

75 + || !(g_ascii_isdigit ((gchar) old_shortcut)))
should be:
75 + || !(g_ascii_isdigit ((gchar) shortcut)))

« Back to merge proposal