projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d55475
)
Enable support for initial service drag and drop
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 7 Jul 2009 08:06:19 +0000
(
01:06
-0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 7 Jul 2009 08:06:19 +0000
(
01:06
-0700)
src/service.c
patch
|
blob
|
history
diff --git
a/src/service.c
b/src/service.c
index
6c027ff
..
9fefac8
100644
(file)
--- a/
src/service.c
+++ b/
src/service.c
@@
-635,14
+635,11
@@
static DBusMessage *move_before(DBusConnection *conn,
src = g_hash_table_lookup(service_hash, service->identifier);
dst = g_hash_table_lookup(service_hash, target->identifier);
-#if 0
g_sequence_move(src, dst);
__connman_profile_changed();
return g_dbus_create_reply(msg, DBUS_TYPE_INVALID);
-#endif
- return __connman_error_not_implemented(msg);
}
static DBusMessage *move_after(DBusConnection *conn,