Making this less annoying for now
[doneit] / src / gtk_rtmilk.py
index ebc4f70..737e597 100644 (file)
@@ -47,8 +47,8 @@ def get_token(username, apiKey, secret):
 
        authURL = rtm.getAuthURL()
        webbrowser.open(authURL)
-       mb = gtk_toolbox.MessageBox2("You need to authorize DoneIt with\nRemember The Milk.\nClick OK after you authorize.")
-       mb.run()
+       # mb = gtk_toolbox.MessageBox2("You need to authorize DoneIt with\nRemember The Milk.\nClick OK after you authorize.")
+       # mb.run()
 
        token = rtm.getToken()
        return token