From 41d8020ba752b823d45f914ef4dd7f4f533b9edd Mon Sep 17 00:00:00 2001 From: Huluti Date: Fri, 9 Dec 2016 17:32:17 +0100 Subject: [PATCH] Fix missing prefix --- src/manjaro-hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index a81e6bf..16e890b 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -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