Skip to content

Commit

Permalink
show_message <-> show_status
Browse files Browse the repository at this point in the history
  • Loading branch information
troubadoour committed Aug 16, 2015
1 parent e2f7f36 commit d70dd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/lib/python2.7/dist-packages/sdwdate_gui/sdwdate_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def __init__(self, parent=None):
self.watcher_2 = watcher([self.path])
self.watcher_2.directoryChanged.connect(self.watch_folder)

self.activated.connect(self.show_status)
self.activated.connect(self.show_message)

def show_status(self, reason):
def show_message(self, reason):
if reason == self.Trigger: # left click
self.showMessage('Time Synchronisation Monitor', self.message)

Expand Down

0 comments on commit d70dd8f

Please sign in to comment.