diff options
author | JP Rosevear <jpr@ximian.com> | 2002-02-09 14:12:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-02-09 14:12:41 +0800 |
commit | d5ce9c330312557a3109fa8ea04c3e267e5392e4 (patch) | |
tree | 9866151ede580c16d61a16d31e2f821f57eab48c /e-util | |
parent | 13d153008c07ce277bd0a2fde7dbbbd4e1990b88 (diff) | |
download | gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.gz gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.zst gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.zip |
add row and column defines
2002-02-09 JP Rosevear <jpr@ximian.com>
* e-pilot-settings.h: add row and column defines
svn path=/trunk/; revision=15634
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/e-pilot-settings.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 2987654442..080a62584e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2002-02-09 JP Rosevear <jpr@ximian.com> + + * e-pilot-settings.h: add row and column defines + 2002-01-27 Ettore Perazzoli <ettore@ximian.com> * ename/Makefile.am: Use E_NAME_CFLAGS and E_NAME_LIBS. diff --git a/e-util/e-pilot-settings.h b/e-util/e-pilot-settings.h index cdbb91495a..295977c406 100644 --- a/e-util/e-pilot-settings.h +++ b/e-util/e-pilot-settings.h @@ -46,6 +46,9 @@ typedef struct _EPilotSettings EPilotSettings; typedef struct _EPilotSettingsPrivate EPilotSettingsPrivate; typedef struct _EPilotSettingsClass EPilotSettingsClass; +#define E_PILOT_SETTINGS_TABLE_ROWS 2 +#define E_PILOT_SETTINGS_TABLE_COLS 2 + struct _EPilotSettings { GtkTable parent; |