diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-02 11:36:22 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-02 11:36:22 +0800 |
commit | 49b1027805314439779639fb9b212186e61e5c27 (patch) | |
tree | 6f11bcd5852f5f7a29450125d3754006e1b0d710 /e-util/e-util.c-8611 | |
parent | ce38de51898049d0d222a0279d40fc24ff43239a (diff) | |
download | gsoc2013-evolution-49b1027805314439779639fb9b212186e61e5c27.tar gsoc2013-evolution-49b1027805314439779639fb9b212186e61e5c27.tar.gz gsoc2013-evolution-49b1027805314439779639fb9b212186e61e5c27.tar.bz2 gsoc2013-evolution-49b1027805314439779639fb9b212186e61e5c27.tar.lz gsoc2013-evolution-49b1027805314439779639fb9b212186e61e5c27.tar.xz gsoc2013-evolution-49b1027805314439779639fb9b212186e61e5c27.tar.zst gsoc2013-evolution-49b1027805314439779639fb9b212186e61e5c27.zip |
Fixed e_marshal_INT__INT_INT_POINTER.
2000-06-01 Christopher James Lahey <clahey@helixcode.com>
* e-util.c: Fixed e_marshal_INT__INT_INT_POINTER.
svn path=/trunk/; revision=3369
Diffstat (limited to 'e-util/e-util.c-8611')
-rw-r--r-- | e-util/e-util.c-8611 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util.c-8611 b/e-util/e-util.c-8611 index 7f8a8d89f8..2571a0fbc3 100644 --- a/e-util/e-util.c-8611 +++ b/e-util/e-util.c-8611 @@ -173,7 +173,7 @@ e_marshal_INT__INT_INT_POINTER (GtkObject * object, { GtkSignal_NONE__INT_INT_POINTER rfunc; gint *return_val; - return_val = GTK_RETLOC_INT (args[1]); + return_val = GTK_RETLOC_INT (args[3]); rfunc = (GtkSignal_NONE__INT_INT_POINTER) func; *return_val = (*rfunc) (object, GTK_VALUE_INT (args[0]), |