mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 21:20:10 +01:00
* gnome/vpn-properties/nm-vpn-properties.c: Fix compile with libgnome < 2.14
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1784 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
272e865f75
commit
b79783a986
1 changed files with 1 additions and 0 deletions
|
|
@ -1092,6 +1092,7 @@ main (int argc, char *argv[])
|
|||
gboolean do_import;
|
||||
gchar *import_svc = NULL;
|
||||
gchar *import_file = NULL;
|
||||
GError *error;
|
||||
GOptionEntry entries[] = {
|
||||
{ "import-service", 's', 0, G_OPTION_ARG_STRING, &import_svc, "VPN Service for importing", NULL},
|
||||
{ "import-file", 'f', 0, G_OPTION_ARG_FILENAME, &import_file, "File to import", NULL},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue