network-manager-applet r897 - in trunk: . src



Author: tambeti
Date: Mon Sep 22 15:30:19 2008
New Revision: 897
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=897&view=rev

Log:
2008-09-22  Tambet Ingo  <tambet gmail com>

	* src/applet.c (make_vpn_failure_message): Handle login failure.

Modified:
   trunk/ChangeLog
   trunk/src/applet.c

Modified: trunk/src/applet.c
==============================================================================
--- trunk/src/applet.c	(original)
+++ trunk/src/applet.c	Mon Sep 22 15:30:19 2008
@@ -483,6 +483,9 @@
 		return g_strdup_printf (_("\nThe VPN connection '%s' failed because the VPN service failed to start."), s_con->id);
 	case NM_VPN_CONNECTION_STATE_REASON_NO_SECRETS:
 		return g_strdup_printf (_("\nThe VPN connection '%s' failed because there were no valid VPN secrets."), s_con->id);
+	case NM_VPN_CONNECTION_STATE_REASON_LOGIN_FAILED:
+		return g_strdup_printf (_("\nThe VPN connection '%s' failed because of invalid VPN secrets."), s_con->id);
+
 	default:
 		break;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]