diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-09-07 09:18:28 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-09-07 09:18:28 +0000 |
commit | a7fb618c5ffe4e28909cde345ebb037683fe82db (patch) | |
tree | ebb6a9c8ca9cb9795f599b9b7c1f8b26f02f06ca /libsylph/utils.c | |
parent | e8a89709045c2dcb85098ae9ac515cccf6c9bb2d (diff) |
adjusted the freqency of UI update on IMAP4.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@554 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.c')
-rw-r--r-- | libsylph/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/utils.c b/libsylph/utils.c index c45563c5..c6427cfd 100644 --- a/libsylph/utils.c +++ b/libsylph/utils.c @@ -3374,7 +3374,7 @@ void debug_print(const gchar *format, ...) g_print("%s", buf); } -void print_status(const gchar *format, ...) +void status_print(const gchar *format, ...) { va_list args; gchar buf[BUFFSIZE]; |