network-manager-applet r886 - trunk/src



Author: dcbw
Date: Sat Sep 13 21:23:53 2008
New Revision: 886
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=886&view=rev

Log:
Start VPN connection animation a bit sooner

Modified:
   trunk/src/applet.c

Modified: trunk/src/applet.c
==============================================================================
--- trunk/src/applet.c	(original)
+++ trunk/src/applet.c	Sat Sep 13 21:23:53 2008
@@ -600,6 +600,8 @@
 	char *title, *msg, *name;
 
 	if (error) {
+		clear_animation_timeout (info->applet);
+
 		title = _("VPN Connection Failed");
 
 		/* dbus-glib GError messages _always_ have two NULLs, the D-Bus error
@@ -667,6 +669,7 @@
 	                               nm_object_get_path (NM_OBJECT (active)),
 	                               activate_vpn_cb,
 	                               info);
+	start_animation_timeout (applet);
 		
 //	nmi_dbus_signal_user_interface_activated (applet->connection);
 }



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