2 buglets in latest cvs
- From: Nuno Monteiro <nuno itsari org>
- To: balsa-list gnome org
- Subject: 2 buglets in latest cvs
- Date: Mon, 10 Jun 2002 12:16:07 +0100
Hi everyone,
In order to compile the latest cvs HEAD, I need to apply the following two
patchlets. The first is obviously a duplicate line left lying around in
src/folder-scan.c ; the other one is because gcc 3.1.1 is very pedantic
and wont compile libbalsa/filter-funcs.c without the explicit 'break;' .
Please apply as you see fit.
Kind regards,
-- nuno
--- folder-conf.c.orig Mon Jun 10 12:10:45 2002
+++ folder-conf.c Mon Jun 10 12:11:07 2002
@@ -436,7 +436,6 @@
/* moved it down the tree */
GNode* n = balsa_find_dir(balsa_app.mailbox_nodes,
fcw->old_parent);
- fcw->old_parent);
if(n)
balsa_mailbox_node_rescan
(BALSA_MAILBOX_NODE(n->data));
--- filter-funcs.c.orig Mon Jun 10 12:07:35 2002
+++ filter-funcs.c Mon Jun 10 03:55:47 2002
@@ -516,8 +516,11 @@
break;
/* FIXME how to code other actions */
case FILTER_NOTHING:
+ break;
case FILTER_PRINT:
+ break;
case FILTER_RUN:
+ break;
}
buffer=g_string_append(buffer,"}\n");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]