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:
@@ -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>
|
||||
|
||||
* src/NetworkManagerSystem.c: If iface_to_rtnl_link() returns NULL, the
|
||||
|
@@ -49,7 +49,7 @@ int main (int argc, char *argv[])
|
||||
|
||||
gnome_program_init ("nm-applet", VERSION, LIBGNOMEUI_MODULE,
|
||||
argc, argv,
|
||||
GNOME_PARAM_NONE);
|
||||
GNOME_PARAM_NONE, GNOME_PARAM_NONE);
|
||||
|
||||
client = gnome_master_client ();
|
||||
gnome_client_set_restart_style (client, GNOME_RESTART_IMMEDIATELY);
|
||||
|
@@ -1120,7 +1120,7 @@ main (int argc, char *argv[])
|
||||
}
|
||||
|
||||
gnome_program_init (GETTEXT_PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv,
|
||||
GNOME_PARAM_NONE);
|
||||
GNOME_PARAM_NONE, GNOME_PARAM_NONE);
|
||||
|
||||
glade_gnome_init ();
|
||||
|
||||
|
Reference in New Issue
Block a user