updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / network-manager-applet-notify-osd / lp328572-dxteam-connect-text.patch
blobde31f312bff1f997f2d7488d3aca4eeaa54053c8
1 === modified file 'src/applet-device-wifi.c'
2 ---
3 src/applet-device-wifi.c | 10 ++++------
4 1 file changed, 4 insertions(+), 6 deletions(-)
6 Index: network-manager-applet-0.8~a~git.20090830t224938.0334788/src/applet-device-wifi.c
7 ===================================================================
8 --- network-manager-applet-0.8~a~git.20090830t224938.0334788.orig/src/applet-device-wifi.c 2009-08-31 19:30:00.000000000 -0400
9 +++ network-manager-applet-0.8~a~git.20090830t224938.0334788/src/applet-device-wifi.c 2009-08-31 19:32:23.000000000 -0400
10 @@ -1164,7 +1164,6 @@
12 NMSettingsConnectionInterface *connection;
13 NMAccessPoint *new = NULL;
14 - char *msg;
15 char *esc_ssid = NULL;
17 new = update_active_ap (device, new_state, applet);
18 @@ -1187,12 +1186,11 @@
19 nm_settings_connection_interface_update (connection, bssid_update_cb, NULL);
22 - msg = g_strdup_printf (_("You are now connected to the wireless network '%s'."),
23 - esc_ssid ? esc_ssid : _("(none)"));
24 - applet_do_notify_with_pref (applet, _("Connection Established"),
25 - msg, "nm-device-wireless",
26 + applet_do_notify_with_pref (applet,
27 + esc_ssid ? esc_ssid : _("(none)"),
28 + _("Connection Established"),
29 + "nm-device-wireless",
30 PREF_DISABLE_CONNECTED_NOTIFICATIONS);
31 - g_free (msg);
32 g_free (esc_ssid);