summaryrefslogtreecommitdiff
path: root/iup/srclua3/iuplua_api.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
commiteed0eb6a476d54ce19aeff137984aa981d9e3976 (patch)
tree807891636efd2f87dcbd261e971216269973ae07 /iup/srclua3/iuplua_api.c
parentccc8261e4d48de89da4ddfe7b55e378ae0cd6f47 (diff)
Upgrading to iup 3.1
Diffstat (limited to 'iup/srclua3/iuplua_api.c')
-rwxr-xr-xiup/srclua3/iuplua_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iup/srclua3/iuplua_api.c b/iup/srclua3/iuplua_api.c
index 3221658..a9acf1d 100755
--- a/iup/srclua3/iuplua_api.c
+++ b/iup/srclua3/iuplua_api.c
@@ -182,7 +182,7 @@ static void GetAttribute(void)
char *name = luaL_check_string(2);
Ihandle* ih = iuplua_checkihandle(1);
char *value = IupGetAttribute(ih, name);
- if (!value || iupAttribIsInternal(name))
+ if (!value || iupATTRIB_ISINTERNAL(name))
lua_pushnil();
else
{