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:
parent
2fec3922de
commit
c788aa73df
4 changed files with 9 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue