diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-06-14 10:06:46 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-06-14 10:06:46 -0300 |
commit | a573f046165aa8f28498021939b40286ab96befe (patch) | |
tree | cbb87eeefbb08df6e8031dce32e9bf863ceac856 /src/leap/gui | |
parent | 561e7bc90f21efe5f86be7a842c283f4b7fa7610 (diff) |
Fix set_eip_status wrong call
Diffstat (limited to 'src/leap/gui')
-rw-r--r-- | src/leap/gui/statuspanel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/statuspanel.py b/src/leap/gui/statuspanel.py index 53c19e86..554903d8 100644 --- a/src/leap/gui/statuspanel.py +++ b/src/leap/gui/statuspanel.py @@ -189,7 +189,7 @@ class StatusPanelWidget(QtGui.QWidget): "it's already " "running."))) else: - self._set_eip_status(status) + self.set_eip_status(status) def set_eip_status_icon(self, status): """ |