aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-selection-model.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-09-08 03:03:00 +0800
committerChris Lahey <clahey@src.gnome.org>2001-09-08 03:03:00 +0800
commit5b32dc6ffce9b556d04517695f79158c1962127f (patch)
treeea6b7b5147577a0b20746d66f9b389bd30d8dd82 /widgets/misc/e-selection-model.h
parent60e65ee806fe4c65eba3aacb5bccf87f9f90b04d (diff)
downloadgsoc2013-evolution-5b32dc6ffce9b556d04517695f79158c1962127f.tar
gsoc2013-evolution-5b32dc6ffce9b556d04517695f79158c1962127f.tar.gz
gsoc2013-evolution-5b32dc6ffce9b556d04517695f79158c1962127f.tar.bz2
gsoc2013-evolution-5b32dc6ffce9b556d04517695f79158c1962127f.tar.lz
gsoc2013-evolution-5b32dc6ffce9b556d04517695f79158c1962127f.tar.xz
gsoc2013-evolution-5b32dc6ffce9b556d04517695f79158c1962127f.tar.zst
gsoc2013-evolution-5b32dc6ffce9b556d04517695f79158c1962127f.zip
Bumped version number to 0.11.99.3 for ETableWithout.
2001-09-07 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped version number to 0.11.99.3 for ETableWithout. * gal/widgets/e-selection-model.c, gal/widgets/e-selection-model.h (e_selection_model_maybe_do_something): Return a value based on whether we did something. svn path=/trunk/; revision=12679
Diffstat (limited to 'widgets/misc/e-selection-model.h')
-rw-r--r--widgets/misc/e-selection-model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-selection-model.h b/widgets/misc/e-selection-model.h
index f83d2631eb..6ab5db9ee6 100644
--- a/widgets/misc/e-selection-model.h
+++ b/widgets/misc/e-selection-model.h
@@ -76,7 +76,7 @@ void e_selection_model_do_something (ESelectionModel *esm,
guint row,
guint col,
GdkModifierType state);
-void e_selection_model_maybe_do_something (ESelectionModel *esm,
+gboolean e_selection_model_maybe_do_something (ESelectionModel *esm,
guint row,
guint col,
GdkModifierType state);