[network-manager-applet] wifi: stop saying "click on this icon" in initial notification (bgo #662639)



commit 2cc0ede03561b56b913955b21380362497fbb1ce
Author: Vincent Untz <vuntz gnome org>
Date:   Mon Oct 24 22:29:49 2011 +0200

    wifi: stop saying "click on this icon" in initial notification (bgo #662639)
    
    The notification is not associated with a notification area icon
    anymore, so this makes no sense.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662639

 src/applet-device-wifi.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/applet-device-wifi.c b/src/applet-device-wifi.c
index 3781b86..0612f12 100644
--- a/src/applet-device-wifi.c
+++ b/src/applet-device-wifi.c
@@ -1079,9 +1079,7 @@ idle_check_avail_access_point_notification (gpointer datap)
 	applet_do_notify (applet,
 	                  NOTIFY_URGENCY_LOW,
 	                  _("Wireless Networks Available"),
-	                  applet->notify_actions ?
-	                        _("Click on this icon to connect to a wireless network") :
-	                        _("Use the network menu to connect to a wireless network"),
+	                  _("Use the network menu to connect to a wireless network"),
 	                  "nm-device-wireless",
 	                  "dont-show",
 	                  _("Don't show this message again"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]