Mercurial > pidgin
diff libpurple/pounce.c @ 18006:f2d8658b3a86
merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
and '87c1ea9b3d60a343bac2a35e1fd8f7fee6bda6f2'
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 19 May 2007 21:38:47 +0000 |
| parents | 32c366eeeb99 |
| children | 323272a9bb65 |
line wrap: on
line diff
--- a/libpurple/pounce.c Sat May 19 08:12:31 2007 +0000 +++ b/libpurple/pounce.c Sat May 19 21:38:47 2007 +0000 @@ -273,7 +273,7 @@ schedule_pounces_save(void) { if (save_timer == 0) - save_timer = purple_timeout_add(5000, save_cb, NULL); + save_timer = purple_timeout_add_seconds(5, save_cb, NULL); }
