Fix missing prefix

merge-requests/64/head
Huluti 2016-12-09 17:32:17 +01:00
parent ded0363653
commit 41d8020ba7
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class ManjaroHello():
subprocess.call(["sudo cli-installer"])
def on_social_pressed(self, eventbox, _):
open_new_tab(self.social_urls[eventbox.get_name()])
webbrowser.open_new_tab(self.social_urls[eventbox.get_name()])
def on_autostart_switched(self, switch, _):
autostart = True if switch.get_active() else False