[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9.0-46-g66ee1e2
Rémi Cardona
nobody at users.sourceforge.net
Tue Mar 8 01:18:50 CET 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".
The branch, master has been updated
via 66ee1e2f0ea962b3374278f89e9a847699dd77ce (commit)
from 3771981f408d032a4b9182aa345de777e5b404cb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 66ee1e2f0ea962b3374278f89e9a847699dd77ce
Author: Rémi Cardona <remi at gentoo.org>
Date: Tue Mar 8 01:07:07 2011 +0100
Move 'report_tree_columns' enum to etats_config.c where it is solely used
-----------------------------------------------------------------------
Changes:
diff --git a/src/etats_config.c b/src/etats_config.c
index 2d78c57..e8c4ac2 100644
--- a/src/etats_config.c
+++ b/src/etats_config.c
@@ -168,6 +168,14 @@ enum
REPORT_CATEG_BUDGET_LIST_NB,
};
+enum report_tree_columns {
+ REPORT_TREE_TEXT_COLUMN,
+ REPORT_TREE_PAGE_COLUMN,
+ REPORT_TREE_BOLD_COLUMN,
+ REPORT_TREE_ITALIC_COLUMN,
+ REPORT_TREE_NUM_COLUMNS,
+};
+
diff --git a/src/etats_config.h b/src/etats_config.h
index 5e64c54..c3a40b0 100644
--- a/src/etats_config.h
+++ b/src/etats_config.h
@@ -8,14 +8,6 @@
#define TEXT_LARGE (1<<3)
#define TEXT_SMALL (1<<4)
-enum report_tree_columns {
- REPORT_TREE_TEXT_COLUMN,
- REPORT_TREE_PAGE_COLUMN,
- REPORT_TREE_BOLD_COLUMN,
- REPORT_TREE_ITALIC_COLUMN,
- REPORT_TREE_NUM_COLUMNS,
-};
-
/* START_INCLUDE_H */
/* END_INCLUDE_H */
hooks/post-receive
--
grisbi
More information about the cvs
mailing list