Comment 3 for bug 742985

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

Hey Marco, I fixed it in my branch today without noticing this bug first, sorry about that :/

If you are interested the fix was:
=== modified file 'src/PlaceEntryRemote.cpp'
--- src/PlaceEntryRemote.cpp 2011-03-23 19:35:06 +0000
+++ src/PlaceEntryRemote.cpp 2011-03-28 09:58:28 +0000
@@ -188,7 +188,7 @@
   _icon (NULL),
   _description (NULL),
   _searchhint (_("Search")),
- _shortcut (10), // impossible shortcut
+ _shortcut (0),
   _position (0),
   _mimetypes (NULL),
   _sensitive (true),