1 === modified file 'src/applet-device-gsm.c'
3 src/applet-device-gsm.c | 2 +-
4 src/applet-device-wifi.c | 4 ++--
5 src/applet-device-wired.c | 2 +-
6 3 files changed, 4 insertions(+), 4 deletions(-)
8 Index: network-manager-applet-0.8~a~git.20090830t224938.0334788/src/applet-device-gsm.c
9 ===================================================================
10 --- network-manager-applet-0.8~a~git.20090830t224938.0334788.orig/src/applet-device-gsm.c 2009-08-31 19:42:45.000000000 -0400
11 +++ network-manager-applet-0.8~a~git.20090830t224938.0334788/src/applet-device-gsm.c 2009-08-31 19:43:34.000000000 -0400
13 applet_do_notify_with_pref (applet,
14 str ? str : _("GSM network."),
15 _("Connection Established"),
17 + "notification-gsm-high",
18 PREF_DISABLE_CONNECTED_NOTIFICATIONS);
21 Index: network-manager-applet-0.8~a~git.20090830t224938.0334788/src/applet-device-wifi.c
22 ===================================================================
23 --- network-manager-applet-0.8~a~git.20090830t224938.0334788.orig/src/applet-device-wifi.c 2009-08-31 19:42:49.000000000 -0400
24 +++ network-manager-applet-0.8~a~git.20090830t224938.0334788/src/applet-device-wifi.c 2009-08-31 19:44:48.000000000 -0400
26 applet->notify_actions ?
27 _("Click on this icon to connect to a wireless network") :
28 _("Use the network menu to connect to a wireless network"),
29 - "nm-device-wireless",
30 + "notification-network-wireless-full",
32 _("Don't show this message again"),
33 wifi_available_dont_show_cb,
35 applet_do_notify_with_pref (applet,
36 esc_ssid ? esc_ssid : _("(none)"),
37 _("Connection Established"),
38 - "nm-device-wireless",
39 + "notification-network-wireless-full",
40 PREF_DISABLE_CONNECTED_NOTIFICATIONS);
43 Index: network-manager-applet-0.8~a~git.20090830t224938.0334788/src/applet-device-wired.c
44 ===================================================================
45 --- network-manager-applet-0.8~a~git.20090830t224938.0334788.orig/src/applet-device-wired.c 2009-08-31 19:42:52.000000000 -0400
46 +++ network-manager-applet-0.8~a~git.20090830t224938.0334788/src/applet-device-wired.c 2009-08-31 19:45:50.000000000 -0400
48 applet_do_notify_with_pref (applet,
49 str ? str : _("Wired network"),
50 _("Connection Established"),
52 + "notification-network-ethernet-connected",
53 PREF_DISABLE_CONNECTED_NOTIFICATIONS);