public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Fix white-spacing
Emmanuele Bassi (author)
Sat May 24 02:23:35 -0700 2008
commit  2f1ba8e4ca6aa5c91ade9dff29a136eeed986453
tree    35d7113e1c68577ccc9020afb643062906ed8e78
parent  f629ce82af1dab7dbc8cbc9a721de358d2bae97d
...
193
194
195
196
197
198
 
 
 
199
200
201
...
229
230
231
232
233
234
 
 
 
235
236
237
...
193
194
195
 
 
 
196
197
198
199
200
201
...
229
230
231
 
 
 
232
233
234
235
236
237
0
@@ -193,9 +193,9 @@ on_button_enter (ClutterActor *actor,
0
                                       -1);
0
 
0
   if (actor == info->reply_button)
0
- tweet_texture_set_from_icon_name (CLUTTER_TEXTURE (actor), NULL,
0
- "reply-to-status-set",
0
- -1);
0
+ tweet_texture_set_from_icon_name (CLUTTER_TEXTURE (actor), NULL,
0
+ "reply-to-status-set",
0
+ -1);
0
 
0
   clutter_label_set_text (CLUTTER_LABEL (info->button_tip),
0
                           g_object_get_data (G_OBJECT (actor), "button-tip"));
0
@@ -229,9 +229,9 @@ on_button_leave (ClutterActor *actor,
0
                                       -1);
0
 
0
   if (actor == info->reply_button)
0
- tweet_texture_set_from_icon_name (CLUTTER_TEXTURE (actor), NULL,
0
- "reply-to-status",
0
- -1);
0
+ tweet_texture_set_from_icon_name (CLUTTER_TEXTURE (actor), NULL,
0
+ "reply-to-status",
0
+ -1);
0
 
0
   tweet_actor_animate (info->button_tip, TWEET_LINEAR, 150,
0
                        "opacity", tweet_interval_new (G_TYPE_UCHAR, 255, 0),

Comments

    No one has commented yet.