summaryrefslogtreecommitdiff
path: root/src/up-device.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 13:12:37 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 13:12:37 +0000
commite04b5a9e0061689a39e213a819bafb851a978971 (patch)
tree2b3a193565fbdc07305615aaf6facae790673bbe /src/up-device.c
parentad282a532c6a6cb81ab8298c7e8d3f1b5c699bca (diff)
trivial: DkpNative -> UpNative (no ABI or API break)
Diffstat (limited to 'src/up-device.c')
-rw-r--r--src/up-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-device.c b/src/up-device.c
index fb8a1a1..0eecbee 100644
--- a/src/up-device.c
+++ b/src/up-device.c
@@ -538,7 +538,7 @@ up_device_coldplug (UpDevice *device, UpDaemon *daemon, GObject *native)
device->priv->native = g_object_ref (native);
device->priv->daemon = g_object_ref (daemon);
- native_path = dkp_native_get_native_path (native);
+ native_path = up_native_get_native_path (native);
device->priv->native_path = g_strdup (native_path);
/* stop signals and callbacks */