summaryrefslogtreecommitdiff
path: root/src/applet-device-ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/applet-device-ethernet.c')
-rw-r--r--src/applet-device-ethernet.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/applet-device-ethernet.c b/src/applet-device-ethernet.c
index 52f70a1d..9885efef 100644
--- a/src/applet-device-ethernet.c
+++ b/src/applet-device-ethernet.c
@@ -120,11 +120,11 @@ ethernet_notify_connected (NMDevice *device,
const char *msg,
NMApplet *applet)
{
- applet_do_notify_with_pref (applet,
- _("Connection Established"),
- msg ? msg : _("You are now connected to the ethernet network."),
- "nm-device-wired",
- PREF_DISABLE_CONNECTED_NOTIFICATIONS);
+ applet_do_notify (applet,
+ _("Connection Established"),
+ msg ? msg : _("You are now connected to the ethernet network."),
+ "nm-device-wired",
+ PREF_DISABLE_CONNECTED_NOTIFICATIONS);
}
static void