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 | |
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
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/e-util.c | 2 | ||||
-rw-r--r-- | e-util/e-util.c-8611 | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 554797a10a..bd49777d0c 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,9 @@ 2000-06-01 Christopher James Lahey <clahey@helixcode.com> + * e-util.c: Fixed e_marshal_INT__INT_INT_POINTER. + +2000-06-01 Christopher James Lahey <clahey@helixcode.com> + * e-util.c, e-util.h: Added e_marshal_INT__INT_INT_POINTER. 2000-06-01 Dan Winship <danw@helixcode.com> diff --git a/e-util/e-util.c b/e-util/e-util.c index 7f8a8d89f8..2571a0fbc3 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -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]), 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]), |