updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / network-manager-applet-notify-osd / lp337960_dxteam_notification_icon_names.diff
blob58026aaa1d09b4d750053a0f3ccf3daa1ee26a48
1 === modified file 'src/applet-device-gsm.c'
2 ---
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
12 @@ -353,7 +353,7 @@
13 applet_do_notify_with_pref (applet,
14 str ? str : _("GSM network."),
15 _("Connection Established"),
16 - "nm-device-wwan",
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
25 @@ -1049,7 +1049,7 @@
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",
31 "dont-show",
32 _("Don't show this message again"),
33 wifi_available_dont_show_cb,
34 @@ -1189,7 +1189,7 @@
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);
41 g_free (esc_ssid);
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
47 @@ -263,7 +263,7 @@
48 applet_do_notify_with_pref (applet,
49 str ? str : _("Wired network"),
50 _("Connection Established"),
51 - "nm-device-wired",
52 + "notification-network-ethernet-connected",
53 PREF_DISABLE_CONNECTED_NOTIFICATIONS);