public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Update the test after the change in TwitterClient
Emmanuele Bassi (author)
Sat Jun 14 13:33:09 -0700 2008
commit  207fc82fc6cffae7af1cf89656ede59677b2ff6b
tree    008349ac84d6e7209e7c0769790ef6874d2d3947
parent  755119300e0460ab594dc531682f5c804070653d
...
69
70
71
72
 
73
74
75
...
69
70
71
 
72
73
74
75
0
@@ -69,7 +69,7 @@ get_user_timeline (gpointer data)
0
 {
0
   TwitterClient *client = data;
0
 
0
- twitter_client_get_user_timeline (client, NULL, 0, NULL);
0
+ twitter_client_get_user_timeline (client, NULL, 0, 0);
0
 
0
   return FALSE;
0
 }

Comments

    No one has commented yet.