[glibmm] gmmproc: _WRAP_SIGNAL: Fix the exception_handler parameter
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] gmmproc: _WRAP_SIGNAL: Fix the exception_handler parameter
- Date: Thu, 21 May 2015 06:32:03 +0000 (UTC)
commit cdefbff0c3f61e45e9a25a81341d979f7956bf65
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Thu May 21 08:29:04 2015 +0200
gmmproc: _WRAP_SIGNAL: Fix the exception_handler parameter
* tools/m4/signal.m4: Fix the exception_handler parameter. It was added as
a result of bug #735132, but the code was enough changed after it was copied
from vfunc.m4.
tools/m4/signal.m4 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tools/m4/signal.m4 b/tools/m4/signal.m4
index 34d0f22..1e0ddb0 100644
--- a/tools/m4/signal.m4
+++ b/tools/m4/signal.m4
@@ -68,7 +68,7 @@ ifelse(`$2',void,`dnl
}
catch(...)
{
-ifelse($15, `', `dnl
+ifelse($12, `', `dnl
Glib::exception_handlers_invoke`'();
', `dnl
try
@@ -231,12 +231,12 @@ ifelse($4,void,`dnl
}
catch(...)
{
-ifelse($15, `', `dnl
+ifelse($11, `', `dnl
Glib::exception_handlers_invoke`'();
', `dnl
try
{
- return _CONVERT($3, $4, `obj->$15`'()');
+ return _CONVERT($3, $4, `obj->$11`'()');
}
catch(...)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]