[maemo-developers] markup problem
From: Max Usachev maxusachev at gmail.comDate: Wed Dec 2 13:33:40 EET 2009
- Previous message: Uploading homepage using GIT
- Next message: markup problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello! I wrote application using python and pygtk. It is very simple - window with label. I want to make label as link: ... label = gtk.Label() label.set_use_markup(True) label.set_markup("<a href='http://maemo.org'><span size='small' underline='none'>maemo.org</span></a>") ... when I run my app at N810 I have errors: GtkWarning: Failed to set text from markup due to error parsing markup: Unknown tag 'a' on line XXX char XXX On desktop - everything is OK. What's wrong? Br, Max Usachev.
- Previous message: Uploading homepage using GIT
- Next message: markup problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]