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

* auth-dialog/main.c: one more NULL, this time for the ellipses


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1167 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2005-12-12 15:49:18 +00:00 committed by Robert Love
parent eb5eca7a16
commit 8440287aaa
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-12-12 Robert Love <rml@novell.com>
* auth-dialog/main.c: one more NULL, this time for the ellipses
2005-12-11 Tim Niemueller <tim@niemueller.de>
* auth-dialog/main.c:

View file

@ -359,7 +359,7 @@ main (int argc, char *argv[])
gnome_program_init ("nm-openvpn-auth-dialog", VERSION, LIBGNOMEUI_MODULE,
argc, argv,
GNOME_PARAM_NONE);
GNOME_PARAM_NONE, GNOME_PARAM_NONE);
gconf_client = gconf_client_get_default();