Index: network-manager-applet-0.7.1~rc3/src/applet-device-wifi.c =================================================================== --- network-manager-applet-0.7.1~rc3.orig/src/applet-device-wifi.c 2009-03-05 18:54:43.000000000 +0000 +++ network-manager-applet-0.7.1~rc3/src/applet-device-wifi.c 2009-03-05 19:19:24.000000000 +0000 @@ -1178,8 +1178,9 @@ nma_gconf_connection_save (gconf_connection); } - applet_do_notify_with_pref (applet, _("Connection Established"), + applet_do_notify_with_pref (applet, esc_ssid ? esc_ssid : _("(none)"), + _("Connection Established"), "notification-network-wireless-full", PREF_DISABLE_CONNECTED_NOTIFICATIONS); g_free (esc_ssid);