NULL vs. 0 Same

2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* theme-method.c: (vfs_module_init): NULL vs. 0
	* theme-thumbnailer.c: (main): Same
This commit is contained in:
Kjartan Maraas 2004-12-25 14:37:57 +00:00 committed by Kjartan Maraas
parent 2fec3922de
commit c788aa73df
4 changed files with 9 additions and 3 deletions

View file

@ -702,7 +702,7 @@ static GnomeVFSMethod method = {
GnomeVFSMethod*
vfs_module_init (const char *method_name, const char *args)
{
gnome_theme_init (FALSE);
gnome_theme_init (NULL);
if (!strcmp (method_name, "themes"))
{
gnome_theme_info_register_theme_change ((GFunc)invoke_monitors, NULL);