2005-12-01 Robert Love <rml@novell.com>

* gnome/applet/main.c, gnome/vpn-properties/nm-vpn-properties.c: We
	  need a NULL for the '...' parameter, too, to fill the so-called
	  sentinel.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1115 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love
2005-12-01 21:45:12 +00:00
committed by Robert Love
parent 46898b0f62
commit cafa5878fc
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2005-12-01 Robert Love <rml@novell.com>
* gnome/applet/main.c, gnome/vpn-properties/nm-vpn-properties.c: We
need a NULL for the '...' parameter, too, to fill the so-called
sentinel.
2005-12-01 Robert Love <rml@novell.com> 2005-12-01 Robert Love <rml@novell.com>
* src/NetworkManagerSystem.c: If iface_to_rtnl_link() returns NULL, the * src/NetworkManagerSystem.c: If iface_to_rtnl_link() returns NULL, the

View File

@@ -49,7 +49,7 @@ int main (int argc, char *argv[])
gnome_program_init ("nm-applet", VERSION, LIBGNOMEUI_MODULE, gnome_program_init ("nm-applet", VERSION, LIBGNOMEUI_MODULE,
argc, argv, argc, argv,
GNOME_PARAM_NONE); GNOME_PARAM_NONE, GNOME_PARAM_NONE);
client = gnome_master_client (); client = gnome_master_client ();
gnome_client_set_restart_style (client, GNOME_RESTART_IMMEDIATELY); gnome_client_set_restart_style (client, GNOME_RESTART_IMMEDIATELY);

View File

@@ -1120,7 +1120,7 @@ main (int argc, char *argv[])
} }
gnome_program_init (GETTEXT_PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, gnome_program_init (GETTEXT_PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv,
GNOME_PARAM_NONE); GNOME_PARAM_NONE, GNOME_PARAM_NONE);
glade_gnome_init (); glade_gnome_init ();