[dia] s/G_GNUC_PRETTY_FUNCTION/G_STRFUNC/
- From: Hans Breuer <hans src gnome org>
- To: svn-commits-list gnome org
- Subject: [dia] s/G_GNUC_PRETTY_FUNCTION/G_STRFUNC/
- Date: Sun, 28 Jun 2009 15:55:33 +0000 (UTC)
commit b6a6e90ccf1d8d0a76758f25816127e98d624d5a
Author: Hans Breuer <hans breuer org>
Date: Sun Jun 28 17:50:13 2009 +0200
s/G_GNUC_PRETTY_FUNCTION/G_STRFUNC/
plug-ins/python/pydia-error.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/python/pydia-error.h b/plug-ins/python/pydia-error.h
index b7b7769..d865476 100644
--- a/plug-ins/python/pydia-error.h
+++ b/plug-ins/python/pydia-error.h
@@ -16,7 +16,7 @@ void _pyerror_report_last (gboolean popup, const char* fn, const char* file, int
#define ON_RES(r,popup) \
if (!r) { \
- _pyerror_report_last (popup, G_GNUC_PRETTY_FUNCTION, __FILE__, __LINE__); \
+ _pyerror_report_last (popup, G_STRFUNC, __FILE__, __LINE__); \
} \
else \
Py_DECREF (r)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]