diff options
Diffstat (limited to 'e-util/e-util.c')
-rw-r--r-- | e-util/e-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]), |