aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table')
-rw-r--r--widgets/table/e-table.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index 1cf9e81e9a..26cb1504b9 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -310,7 +310,7 @@ group_double_click (ETableGroup *etg, int row, ETable *et)
static gint
group_right_click (ETableGroup *etg, int row, int col, GdkEvent *event, ETable *et)
{
- int return_val;
+ int return_val = 0;
gtk_signal_emit (GTK_OBJECT (et),
et_signals [RIGHT_CLICK],
row, col, event, &return_val);
@@ -320,7 +320,7 @@ group_right_click (ETableGroup *etg, int row, int col, GdkEvent *event, ETable *
static gint
group_click (ETableGroup *etg, int row, int col, GdkEvent *event, ETable *et)
{
- int return_val;
+ int return_val = 0;
gtk_signal_emit (GTK_OBJECT (et),
et_signals [CLICK],
row, col, event, &return_val);
@@ -330,7 +330,7 @@ group_click (ETableGroup *etg, int row, int col, GdkEvent *event, ETable *et)
static gint
group_key_press (ETableGroup *etg, int row, int col, GdkEvent *event, ETable *et)
{
- int return_val;
+ int return_val = 0;
gtk_signal_emit (GTK_OBJECT (et),
et_signals [KEY_PRESS],
row, col, event, &return_val);
n>/+1 * - Update to 4.5.0amdmi32016-03-282-6/+6 * Update ports in the remaining categories to not use GH_COMMIT.mat2015-05-082-4/+3 * - Update from 3.1.0 to 4.2.1danilo2014-07-035-252/+22 * - Ruby 1.8 is gone, remove logic for itswills2014-01-031-4/+0 * - Truly fix COMMENTlwhsu2013-10-131-1/+1 * - Add a patch backporting certificate extracted from git repository (3aacc1fbb)lwhsu2013-10-134-9/+257 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * - Add converters/ruby-iconv dependency for RUBY_VER < 1.9swills2013-06-231-2/+8 * - Use USE_GITHUB and GH_* macrossunpoet2012-08-222-9/+10 * - Fix incorrect distinfoscheidell2012-04-052-7/+11 * - Update to 3.1.0dhn2012-04-051-2/+2 * gist app written in perl moved into a different port.lbr2012-01-091-1/+1 * - Reset maintainer due do mail bouncestabthorpe2011-12-181-1/+1 * - Update to 2.0.3beech2011-05-223-24/+5 * - Update to 2.0.1dhn2011-04-163-6/+25 * - Add CONFLICTS: www/p5-WWW-GitHub-Gistsunpoet2011-03-042-1/+2