GNOME Bugzilla – Bug 432968
If there is a space before or after the word dictionary fails to check word
Last modified: 2007-08-27 21:46:58 UTC
The bug has been opened on https://bugs.launchpad.net/bugs/107556 "Binary package hint: gnome-utils If you put a space either before or after a word in dictionary it fails to recognize the word. needs to remove spaces before running. ProblemType: Bug Architecture: i386 Date: Wed Apr 18 20:03:14 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/gnome-dictionary Package: gnome-utils 2.18.0-0ubuntu2 PackageArchitecture: i386 ProcCmdline: gnome-dictionary ProcCwd: /home/phil ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: gnome-utils Uname: Linux phil-desktop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux"
fixed in SVN trunk. 2007-08-27 Emmanuele Bassi <ebassi@gnome.org> * src/gdict-window.c (lookup_word): Remove leading and trailing whitespace from the content of the lookup entry before feeding it to the GdictContext. (#432968)