mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 06:30:21 +01:00
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:
parent
eb5eca7a16
commit
8440287aaa
2 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue