summaryrefslogtreecommitdiff
path: root/new/label_unix.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-12 00:15:20 -0400
committerPietro Gagliardi <[email protected]>2015-04-12 00:15:20 -0400
commitbf74614ffcd8b032369cecd60b6121c0b004c804 (patch)
treeb7291601bf93243aa72e5edc33e6c3e903d75a1a /new/label_unix.c
parent995db0bc28c42733e3d5239e36e84c6881f693ff (diff)
More TODOs.
Diffstat (limited to 'new/label_unix.c')
-rw-r--r--new/label_unix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/new/label_unix.c b/new/label_unix.c
index ec6e5da..ef3f591 100644
--- a/new/label_unix.c
+++ b/new/label_unix.c
@@ -20,6 +20,9 @@ uiControl *uiNewLabel(const char *text)
c = uiUnixNewControl(GTK_TYPE_LABEL,
FALSE, FALSE,
"label", text,
+ // TODO TODO TODO TODO TODO
+ // the presence of this property leads to a segfault on 32-bit linux builds
+ // is it just this property? or is it more than one property at all? and why?
"xalign", 0,
// TODO yalign 0?
NULL);