summaryrefslogtreecommitdiff
path: root/src/applet-device-bt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/applet-device-bt.c')
-rw-r--r--src/applet-device-bt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/applet-device-bt.c b/src/applet-device-bt.c
index a78f1068..6aed1bb4 100644
--- a/src/applet-device-bt.c
+++ b/src/applet-device-bt.c
@@ -71,11 +71,11 @@ bt_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 mobile broadband network."),
- "nm-device-wwan",
- PREF_DISABLE_CONNECTED_NOTIFICATIONS);
+ applet_do_notify (applet,
+ _("Connection Established"),
+ msg ? msg : _("You are now connected to the mobile broadband network."),
+ "nm-device-wwan",
+ PREF_DISABLE_CONNECTED_NOTIFICATIONS);
}
static void