Re: gnome-ditem-edit error dialog



On Sat, 2003-06-07 at 09:39, Carmine F. Greco wrote:
> I'm trying to port the QuickLaunch applet from GNOME 1.4 to GNOME2. 
> I've got some code that creates a  gnome_ditem_edit and adds it to a
> dialog's vbox, then does a gtk_widget_show_all on the dialog.  When I
> execute this code I get an error dialog with the following message 
> ----
> An error occurred while loading or saving configuration information
> for quicklaunch. Some of your configuration settings may not work
> properly.
> 
> Bad key or directory name:
> "/apps/gnome-settings/The Quick Launch Applet/history-command": ` ' is
> an invalid character in key/directory names
> Bad key or directory name:
> "/apps/gnome-settings/The Quick Launch Applet/history-desktop-icon": `
> ' is an invalid character in key/directory names

The space "` '" is not permitted in a URL path.  Either encode it,
'%20', or substitute it.  Common practice is to substitute an underscore
'_' for space in gconf.

-- 
__C U R T I S  C.  H O V E Y____________________
sinzui cox net
Guilty of stealing everything I am.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]