public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Remove check when picking an overlay
Emmanuele Bassi (author)
Thu Jun 26 07:06:25 -0700 2008
commit  12488cf4890930cf89a99d347bbfb29ef6290079
tree    b1800ea3c239465444f210c53bcc598e09486287
parent  f08b2f927c596e66641d798ed24944555f554d03
...
172
173
174
175
176
177
178
179
180
...
172
173
174
 
 
 
175
176
177
0
@@ -172,9 +172,6 @@ tweet_overlay_pick (ClutterActor *actor,
0
   TweetOverlayPrivate *priv = TWEET_OVERLAY (actor)->priv;
0
   GList *l;
0
 
0
- if (!clutter_actor_should_pick_paint (actor))
0
- return;
0
-
0
   CLUTTER_ACTOR_CLASS (tweet_overlay_parent_class)->pick (actor, pick_color);
0
 
0
   for (l = priv->children; l != NULL; l = l->next)

Comments

    No one has commented yet.