aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-02-09 14:12:41 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-02-09 14:12:41 +0800
commitd5ce9c330312557a3109fa8ea04c3e267e5392e4 (patch)
tree9866151ede580c16d61a16d31e2f821f57eab48c
parent13d153008c07ce277bd0a2fde7dbbbd4e1990b88 (diff)
downloadgsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.gz
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.bz2
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.lz
gsoc2013-evolution-d5ce9c330312557a3109fa8ea04c3e267e5392e4.tar.xz
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
-rw-r--r--e-util/ChangeLog4
-rw-r--r--e-util/e-pilot-settings.h3
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;