diff -Nru /tmp/ftZ9X888Ke/network-manager-0.6.4/debian/changelog /tmp/vPG719bZ4g/network-manager-0.6.4/debian/changelog --- /tmp/ftZ9X888Ke/network-manager-0.6.4/debian/changelog 2007-04-11 21:30:28.000000000 -0400 +++ /tmp/vPG719bZ4g/network-manager-0.6.4/debian/changelog 2007-04-11 21:30:28.000000000 -0400 @@ -1,3 +1,11 @@ +network-manager (0.6.4-6ubuntu6) feisty; urgency=low + + * nma_dbus_update_nm_state() is not getting called when it should be. + The applet would show Disconnected even though the connection was + up and working (Closes LP: #105234). + + -- xt.knight Wed, 11 Apr 2007 21:18:00 -0400 + network-manager (0.6.4-6ubuntu5) feisty; urgency=low * Partially revert 0.6.4-6ubuntu3, but if we find interfaces which are diff -Nru /tmp/ftZ9X888Ke/network-manager-0.6.4/gnome/applet/applet-dbus-devices.c /tmp/vPG719bZ4g/network-manager-0.6.4/gnome/applet/applet-dbus-devices.c --- /tmp/ftZ9X888Ke/network-manager-0.6.4/gnome/applet/applet-dbus-devices.c 2006-05-17 16:03:56.000000000 -0400 +++ /tmp/vPG719bZ4g/network-manager-0.6.4/gnome/applet/applet-dbus-devices.c 2007-04-11 21:30:28.000000000 -0400 @@ -1031,6 +1031,9 @@ out: dbus_pending_call_unref (pcall); + + //Fixes LP Bug #105234: nma_dbus_update_nm_state() is not getting called. Hack? + nma_dbus_update_nm_state(applet); }