aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-07 09:18:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-07 09:18:28 +0000
commita7fb618c5ffe4e28909cde345ebb037683fe82db (patch)
treeebb6a9c8ca9cb9795f599b9b7c1f8b26f02f06ca /libsylph/utils.c
parente8a89709045c2dcb85098ae9ac515cccf6c9bb2d (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.c2
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];