aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-02-01 07:24:30 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-02-01 07:24:30 +0800
commit82de3a557cf3237c4e3244dc565ccee70a146f56 (patch)
treece5e30381ac5843160a5d8eccca231644616c48e
parent7932df2252d91453a961240d521fdc38323d7283 (diff)
downloadgsoc2013-evolution-82de3a557cf3237c4e3244dc565ccee70a146f56.tar.gz
gsoc2013-evolution-82de3a557cf3237c4e3244dc565ccee70a146f56.tar.zst
gsoc2013-evolution-82de3a557cf3237c4e3244dc565ccee70a146f56.zip
make the segfault caused by double clicking into a critical warning until
2001-01-31 Larry Ewing <lewing@ximian.com> * e-table-item.c (view_to_model_col): make the segfault caused by double clicking into a critical warning until it can be fixed. svn path=/trunk/; revision=7927
-rw-r--r--widgets/table/e-table-item.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c
index e0543ca536..f0d7713123 100644
--- a/widgets/table/e-table-item.c
+++ b/widgets/table/e-table-item.c
@@ -125,6 +125,7 @@ inline static gint
view_to_model_col(ETableItem *eti, int col)
{
ETableCol *ecol = e_table_header_get_column (eti->header, col);
+ g_return_val_if_fail (ecol != NULL, -1);
return ecol->col_idx;
}
/tr> * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1 * Set MAINTAINER to my @FreeBSD.org address.tijl2013-04-241-1/+1 * Convert all c categories to USE=pkgconfigbapt2013-04-231-1/+1 * Update tilp2 and its libraries:tijl2013-04-233-39/+42 * new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-1/+1 * - update png to 1.5.10dinoex2012-06-011-0/+1 * - update converters/libticonv to 1.1.3rm2012-01-183-8/+15 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0 * Update converters/libticonv to 1.1.2 [1]jlaffaye2011-06-163-10/+12 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Update to 1.14makc2010-09-062-12/+11 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-05