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:
parent
caac404814
commit
170a52c503
2 changed files with 8 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue