summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristopher Vogl <christopher.vogl@hale.at>2012-08-13 15:23:58 +0200
committerDenis Kenzior <denkenz@gmail.com>2012-08-13 09:48:50 -0500
commitdf05259e90d6d82128f197c70277242c385face5 (patch)
tree0f82b36984cff98d9d6dab5e0397932db9133978 /src
parent76ccb73063d94905489e3db4bcaa430aae00b7a6 (diff)
downloadofono-df05259e90d6d82128f197c70277242c385face5.tar.bz2
gprs: fix bearer dbus signal interface
According to the documentation the data bearer property should be located on interface org.ofono.ConnectionManager.
Diffstat (limited to 'src')
-rw-r--r--src/gprs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs.c b/src/gprs.c
index 0286e527..e379f7ba 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -2266,7 +2266,7 @@ void ofono_gprs_bearer_notify(struct ofono_gprs *gprs, int bearer)
path = __ofono_atom_get_path(gprs->atom);
value = packet_bearer_to_string(bearer);
ofono_dbus_signal_property_changed(conn, path,
- OFONO_CONNECTION_CONTEXT_INTERFACE,
+ OFONO_CONNECTION_MANAGER_INTERFACE,
"Bearer", DBUS_TYPE_STRING, &value);
}