Skip to content

Commit

Permalink
Fixed bug in addAndActivateConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteffen committed Jan 16, 2012
1 parent 674275c commit 4c3cf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/network_manager/dbus/root.rb
Expand Up @@ -79,7 +79,7 @@ def self.add_and_activate_connection(connection_hash, device, specific_object)
end

def add_and_activate_connection(connection_hash, device, specific_object)
self.call('AddAndActivateConnection', connection_hash, device, specific_object)
self.call('AddAndActivateConnection', connection_hash, device.object_path, specific_object.object_path)
end

def state
Expand Down

0 comments on commit 4c3cf19

Please sign in to comment.