Ejemplo n.º 1
0
 def unset_urgency(self):
     """Unset urgency on the launcher."""
     launcher = UbuntuOneLauncher()
     launcher.set_urgent(False)
Ejemplo n.º 2
0
def alert_user():
    """Set the launcher to urgent to alert the user."""
    launcher = UbuntuOneLauncher()
    launcher.set_urgent()