~jaapz-b/t00mblr/trunk

« back to all changes in this revision

Viewing changes to view00r.py

  • Committer: Jaap Broekhuizen
  • Date: 2010-08-06 20:22:08 UTC
  • Revision ID: jaapz.b@gmail.com-20100806202208-9u208m2kutxqil68
Added scrollbar and replaced the gtk.Table by a simple gtk.VBox because thats just easier :P

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                d.debug("Getting stream")
70
70
                
71
71
                #try:
72
 
                #stream = urllib.urlopen("http://"+blog+".tumblr.com/api/read")
 
72
                #stream = urllib.urlopen("http://"+blog+".tumblr.com/api/dashboard")
73
73
                self.load_html_string(self.get_page(blog), "http://")
74
74
                #except:
75
75
                #       d.error("Blog not found!")