Skip to content

Commit

Permalink
Fixed network applet not able to disconnect wired connection
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Dec 30, 2011
1 parent 3ea6d19 commit 22c4ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/ui/status/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ NMDevice.prototype = {
this.section.destroy();
},

deactivate: function() {
this.device.disconnect(null);
deactivate: function() {
this.device.disconnect(function() {});
},

activate: function() {
Expand Down

0 comments on commit 22c4ad1

Please sign in to comment.