mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 11:58:12 +02:00
Actually use stripped banner string
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@951 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
9f920d60cc
commit
4e7c54fca5
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ static DBusHandlerResult nmwa_dbus_filter (DBusConnection *connection, DBusMessa
|
||||||
{
|
{
|
||||||
char *stripped = g_strstrip (g_strdup (banner));
|
char *stripped = g_strstrip (g_strdup (banner));
|
||||||
|
|
||||||
nmwa_schedule_vpn_login_banner_dialog (applet, vpn_name, banner);
|
nmwa_schedule_vpn_login_banner_dialog (applet, vpn_name, stripped);
|
||||||
g_free (stripped);
|
g_free (stripped);
|
||||||
|
|
||||||
/* set the 'last_attempt_success' key in gconf so we DON'T prompt for password next time */
|
/* set the 'last_attempt_success' key in gconf so we DON'T prompt for password next time */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue