HELLO #COMMITS!!!
2003-06-03 Andrew Sobala <aes@gnome.org> * themus-properties-view.c: fix description word wrapping * theme-method.c: gcc 2.x compile
This commit is contained in:
parent
4cd7796a0a
commit
e3d66e9268
3 changed files with 7 additions and 2 deletions
|
@ -502,6 +502,7 @@ do_get_file_info(GnomeVFSMethod *method,
|
|||
GnomeVFSContext *context)
|
||||
{
|
||||
gchar *path = NULL;
|
||||
GnomeThemeMetaInfo *theme;
|
||||
|
||||
path = get_path_from_uri(uri);
|
||||
if (!path)
|
||||
|
@ -529,7 +530,6 @@ do_get_file_info(GnomeVFSMethod *method,
|
|||
}
|
||||
else {
|
||||
g_free (path);
|
||||
GnomeThemeMetaInfo *theme;
|
||||
|
||||
theme = theme_meta_info_find (uri);
|
||||
if (theme)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue