GNOME Bugzilla – Bug 107183
Launcher tooltip not proper for foldernames with spaces
Last modified: 2004-12-22 21:47:04 UTC
1. Create a folder in nautilus with the name for the folder containing spaces (Eg : 'test 1'). 2. Drag and drop the folder on to the panel. A launcher for the folder gets created. 3. Bring the mouse over the launcher created and check the tooltip. It can be observed that the tooltip for the launcher will contain '%20' for each of the spaces in the foldername. Attaching a patch for this problem.
Created attachment 14652 [details] [review] Patch for this bug
Created attachment 14654 [details] [review] passing the unescaped string to panel_set_atk_name_desc as well
Adding PATCH keyword because we have a nice patch :-)
Bala: Patch looks good. Please commit to HEAD and gnome-2-2 branches.
I've gone and committed the patch. 2003-03-06 Mark McLoughlin <mark@skynet.ie> * launcher.c: (setup_button): unescape the tooltip. Patch from Bala to fix #107669.