summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorChris Davis <cd.rattan@gmail.com>2014-06-09 18:29:56 -0700
committerMichael Adam <obnox@samba.org>2014-10-01 14:32:08 +0200
commit7ad75367b2a42225a9f3539172e0b0e320d3a517 (patch)
treeabd4e6c8ef36de1f1fe44553396e21c3c9c0654c /source3/wscript_build
parent0ab07cb8069ae59e45fb0f6016096d30de9b4142 (diff)
downloadsamba-7ad75367b2a42225a9f3539172e0b0e320d3a517.tar.gz
samba-7ad75367b2a42225a9f3539172e0b0e320d3a517.tar.xz
samba-7ad75367b2a42225a9f3539172e0b0e320d3a517.zip
regedit: add multicolumn list widget
Widget works for lists with one or more column(s). Column headers are optional. As a test, the patch also modifies regedit to use the new widget for viewing registry keys. Valuelist still needs to be upgraded to use this. Signed-off-by: Chris Davis <cd.rattan@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 9103b1480a..7394a575e3 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1459,7 +1459,7 @@ bld.SAMBA3_BINARY('samba-regedit',
source="""utils/regedit.c utils/regedit_samba3.c
utils/regedit_wrap.c utils/regedit_treeview.c
utils/regedit_valuelist.c utils/regedit_dialog.c
- utils/regedit_hexedit.c""",
+ utils/regedit_hexedit.c utils/regedit_list.c""",
deps='ncurses menu panel form registry param popt_samba3 smbregistry',
enabled=bld.env.build_regedit)