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
|
@ -1,3 +1,9 @@
|
|||
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* theme-method.c: (vfs_module_init): NULL vs. 0
|
||||
* theme-thumbnailer.c: (main): Same
|
||||
* themus-theme-applier.c: (main): Same
|
||||
|
||||
2004-12-10 James Henstridge <james@jamesh.id.au>
|
||||
|
||||
* Makefile.am: update the desktop file database on install, since
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -136,7 +136,7 @@ main(int argc, char **argv)
|
|||
return 1;
|
||||
}
|
||||
|
||||
gnome_theme_init (FALSE);
|
||||
gnome_theme_init (NULL);
|
||||
uri = gnome_vfs_uri_new (argv[1]);
|
||||
theme = gnome_theme_read_meta_theme (uri);
|
||||
gnome_vfs_uri_unref (uri);
|
||||
|
|
|
@ -53,7 +53,7 @@ int main (int argc, char **argv)
|
|||
if (!args) return 1;
|
||||
|
||||
gnome_vfs_init ();
|
||||
gnome_theme_init (FALSE);
|
||||
gnome_theme_init (NULL);
|
||||
|
||||
uri = gnome_vfs_uri_new (args[0]);
|
||||
g_assert (uri != NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue