Unescape the filename so that we can laod the thumbnail and set the gconf

2004-09-29  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-item.c (gnome_wp_item_new): Unescape the filename so that
	we can laod the thumbnail and set the gconf key properly

	Fixes #154003
This commit is contained in:
Rodney Dawes 2004-09-29 18:12:08 +00:00 committed by Rodney Dawes
parent caac404814
commit 170a52c503
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2004-09-29 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_new): Unescape the filename so that
we can laod the thumbnail and set the gconf key properly
Fixes #154003
2004-09-22 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_free):

View file

@ -39,7 +39,7 @@ GnomeWPItem * gnome_wp_item_new (const gchar * filename,
item = g_new0 (GnomeWPItem, 1);
item->filename = g_strdup (filename);
item->filename = gnome_vfs_unescape_string_for_display (filename);
item->fileinfo = gnome_wp_info_new (item->filename, thumbnails);