Skip to content

Commit

Permalink
Issue #18: Implement uninstalling of a service
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed May 8, 2015
1 parent fc2ce49 commit 7cf4e71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pvc/widget/hostsystem.py
Expand Up @@ -636,4 +636,9 @@ def uninstall(self):
Uninstalls a service
"""
pass
self.dialog.infobox(
title=self.title,
text='Uninstall service {} ...'.format(self.service.label)
)

self.service_system.UninstallService(id=self.service.key)

0 comments on commit 7cf4e71

Please sign in to comment.