22 lines
745 B
Plaintext
22 lines
745 B
Plaintext
$OpenBSD: patch-src_inc_c,v 1.2 2007/05/04 12:13:14 steven Exp $
|
|
--- src/inc.c.orig Tue Apr 3 12:52:24 2007
|
|
+++ src/inc.c Thu Apr 19 19:48:15 2007
|
|
@@ -69,7 +69,7 @@ static GdkPixbuf *currentpix;
|
|
static GdkPixbuf *errorpix;
|
|
static GdkPixbuf *okpix;
|
|
|
|
-#define MSGBUFSIZE 8192
|
|
+#define MESSAGEBUFSIZE 8192
|
|
|
|
static void inc_finished (MainWindow *mainwin,
|
|
gboolean new_messages,
|
|
@@ -924,7 +924,7 @@ static void inc_progress_dialog_set_label(IncProgressD
|
|
static void inc_progress_dialog_set_progress(IncProgressDialog *inc_dialog,
|
|
IncSession *inc_session)
|
|
{
|
|
- gchar buf[MSGBUFSIZE];
|
|
+ gchar buf[MESSAGEBUFSIZE];
|
|
Pop3Session *pop3_session = POP3_SESSION(inc_session->session);
|
|
gchar *total_size_str;
|
|
gint cur_total;
|