summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_treeview.c
diff options
context:
space:
mode:
authorC. Davis <cd.rattan@gmail.com>2012-07-27 03:37:22 -0700
committerMichael Adam <obnox@samba.org>2013-04-29 13:05:57 +0200
commit6155abcf82f0bb03e62f7fc4b1df3f7260337bc3 (patch)
tree889e9bd10005b0fffbcecb5f3ef372508ffb345f /source3/utils/regedit_treeview.c
parent4267ec59feca258792e62aa2525b246599478fa8 (diff)
downloadsamba-6155abcf82f0bb03e62f7fc4b1df3f7260337bc3.tar.gz
samba-6155abcf82f0bb03e62f7fc4b1df3f7260337bc3.tar.bz2
samba-6155abcf82f0bb03e62f7fc4b1df3f7260337bc3.zip
regedit: Introduce dialog windows.
Link to ncurses "panels" library to support popup dialog windows, and begin working on a small dialog library. Right now, it is useful for "yes/no" confirmation popups, but later it'll be used for more complex forms for editing values. Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/regedit_treeview.c')
-rw-r--r--source3/utils/regedit_treeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/regedit_treeview.c b/source3/utils/regedit_treeview.c
index d24e77ac0f..73789e6c54 100644
--- a/source3/utils/regedit_treeview.c
+++ b/source3/utils/regedit_treeview.c
@@ -262,7 +262,7 @@ fail:
void tree_view_show(struct tree_view *view)
{
post_menu(view->menu);
- wrefresh(view->window);
+ //wrefresh(view->window);
}
static int tree_view_free(struct tree_view *view)