aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-12 04:39:32 +0800
committerChris Toshok <toshok@src.gnome.org>2000-10-12 04:39:32 +0800
commit76d2762ac8dca417ee9adc3c583e86698712f98b (patch)
tree9f381ab885f560bf919d8f1112a3ace01d955f8a /mail
parentef1a4fb6e87ff6c1b584da668f291dd8902f85f3 (diff)
downloadgsoc2013-evolution-76d2762ac8dca417ee9adc3c583e86698712f98b.tar
gsoc2013-evolution-76d2762ac8dca417ee9adc3c583e86698712f98b.tar.gz
gsoc2013-evolution-76d2762ac8dca417ee9adc3c583e86698712f98b.tar.bz2
gsoc2013-evolution-76d2762ac8dca417ee9adc3c583e86698712f98b.tar.lz
gsoc2013-evolution-76d2762ac8dca417ee9adc3c583e86698712f98b.tar.xz
gsoc2013-evolution-76d2762ac8dca417ee9adc3c583e86698712f98b.tar.zst
gsoc2013-evolution-76d2762ac8dca417ee9adc3c583e86698712f98b.zip
change cell type to "string" since we're not including it in the extras.
2000-10-11 Chris Toshok <toshok@helixcode.com> * subscribe-dialog.c (STORE_ETABLE_SPEC): change cell type to "string" since we're not including it in the extras. svn path=/trunk/; revision=5862
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/subscribe-dialog.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index cab63f6706..9d7d35f71d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-11 Chris Toshok <toshok@helixcode.com>
+
+ * subscribe-dialog.c (STORE_ETABLE_SPEC): change cell type to
+ "string" since we're not including it in the extras.
+
2000-10-11 Christopher James Lahey <clahey@helixcode.com>
* message-list.c, message-list.h, subscribe-dialog.c: Changed
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c
index 133d82405c..7d850adb26 100644
--- a/mail/subscribe-dialog.c
+++ b/mail/subscribe-dialog.c
@@ -52,7 +52,7 @@
</ETableSpecification>"
#define STORE_ETABLE_SPEC "<ETableSpecification cursor-mode=\"line\"> \
- <ETableColumn model_col=\"0\" _title=\"Store\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"cell_text\" compare=\"string\"/> \
+ <ETableColumn model_col=\"0\" _title=\"Store\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"string\" compare=\"string\"/> \
<ETableState> \
<column source=\"0\"/> \
<grouping></grouping> \