Enable support for initial service drag and drop
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Jul 2009 08:06:19 +0000 (01:06 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Jul 2009 08:06:19 +0000 (01:06 -0700)
src/service.c

index 6c027ff..9fefac8 100644 (file)
@@ -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,