public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Use a plain Label, not a UrlLabel
Emmanuele Bassi (author)
Tue Jul 01 14:46:26 -0700 2008
commit  cfe92daff938fba730f885798ca324d3743ae0dc
tree    ca88b9d5982cde088fc064f76c6abf8429243a5e
parent  b3099dbcf92f26794921daabdff9276759b381ab
...
176
177
178
179
 
180
181
182
...
176
177
178
 
179
180
181
182
0
@@ -176,7 +176,7 @@ tweet_status_cell_constructed (GObject *gobject)
0
   g_free (created_at);
0
   g_free (escaped);
0
 
0
- cell->label = tweet_url_label_new ();
0
+ cell->label = clutter_label_new ();
0
   clutter_label_set_color (CLUTTER_LABEL (cell->label), &text_color);
0
   clutter_label_set_font_name (CLUTTER_LABEL (cell->label), cell->font_name);
0
   clutter_label_set_line_wrap (CLUTTER_LABEL (cell->label), TRUE);

Comments

    No one has commented yet.