diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index c964a46fe..a0dfa2921 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -429,7 +429,7 @@ keyword_match (const char *list, next_token: - while (*p && *p != ' ') p++; + while (*p && !g_ascii_ispunct(*p)) p++; if (*p) p++; } |