removed double gnome_vfs_file_info_unref/g_free calls.
2007-01-07 Rodrigo Moya <rodrigo@gnome-db.org> * gnome-theme-details.c (gtk_theme_update_remove_button): removed double gnome_vfs_file_info_unref/g_free calls. svn path=/trunk/; revision=7079
This commit is contained in:
parent
4292506da6
commit
46ce80e7b4
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-01-07 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||||
|
|
||||||
|
* gnome-theme-details.c (gtk_theme_update_remove_button): removed
|
||||||
|
double gnome_vfs_file_info_unref/g_free calls.
|
||||||
|
|
||||||
2007-01-07 Thomas Wood <thos@gnome.org>
|
2007-01-07 Thomas Wood <thos@gnome.org>
|
||||||
|
|
||||||
* gnome-theme-details.c: (gtk_theme_update_remove_button): Applied patch
|
* gnome-theme-details.c: (gtk_theme_update_remove_button): Applied patch
|
||||||
|
|
|
@ -193,8 +193,6 @@ gtk_theme_update_remove_button (GtkTreeSelection *selection,
|
||||||
gtk_widget_set_sensitive(remove_button, FALSE);
|
gtk_widget_set_sensitive(remove_button, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_free (theme_dir);
|
|
||||||
gnome_vfs_file_info_unref (vfs_info);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gnome_vfs_file_info_unref(vfs_info);
|
gnome_vfs_file_info_unref(vfs_info);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue