regedit: Don't refresh treeview and value list.
authorC. Davis <cd.rattan@gmail.com>
Tue, 7 Aug 2012 02:18:56 +0000 (19:18 -0700)
committerMichael Adam <obnox@samba.org>
Mon, 29 Apr 2013 11:06:04 +0000 (13:06 +0200)
This is handled by update_panels() and doupdate() now.

Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/utils/regedit_treeview.c
source3/utils/regedit_valuelist.c

index 73789e6c543de60ed4a13428ab0221126f4193e8..1135ebc424bb89c12d87cf9e277cfafc409bec16 100644 (file)
@@ -262,7 +262,6 @@ fail:
 void tree_view_show(struct tree_view *view)
 {
        post_menu(view->menu);
-       //wrefresh(view->window);
 }
 
 static int tree_view_free(struct tree_view *view)
index 989cbb5e8f3996b6fc0d75fc4dd6a883373b19a8..c09b22107f9fcd888062988fa45381c9d7722217 100644 (file)
@@ -125,7 +125,6 @@ static uint32_t get_num_values(TALLOC_CTX *ctx, const struct registry_key *key)
 void value_list_show(struct value_list *vl)
 {
        post_menu(vl->menu);
-       //wrefresh(vl->window);
 }
 
 static WERROR append_data_summary(struct value_item *vitem)