Skip to content

Commit

Permalink
Update internal utapp to real world utapp url
Browse files Browse the repository at this point in the history
  • Loading branch information
tualatrix committed Sep 30, 2012
1 parent f34baf5 commit dbb329d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntutweak/apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class AppsWebView(WebKit.WebView):
def __init__(self):
GObject.GObject.__init__(self)

self.load_uri('http://127.0.0.1:8000/utapp/')
self.load_uri('http://ubuntu-tweak.com/utapp/')

self.connect('notify::title', self.on_title_changed)
self.connect('new-window-policy-decision-requested', self.on_window)
Expand Down

0 comments on commit dbb329d

Please sign in to comment.