File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/Views/ProcessView/ProcessInfoView Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ public class Monitor.OpenFilesTreeView : Gtk.TreeView {
99
1010 public signal void process_selected (Process process );
1111
12- public OpenFilesTreeView (OpenFilesTreeViewModel model ) {
13- this . model = model ;
12+ public OpenFilesTreeView () {
13+ this . model = new OpenFilesTreeViewModel () ;
1414
1515 show_expanders = false ;
1616
Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ public class Monitor.ProcessInfoIOStats : Gtk.Grid {
2020
2121 cancelled_write_bytes_label = create_label (Utils . NO_DATA );
2222
23- var model = new OpenFilesTreeViewModel ();
24-
25- open_files_tree_view = new OpenFilesTreeView (model);
23+ open_files_tree_view = new OpenFilesTreeView ();
2624
2725 var open_files_tree_view_scrolled = new Gtk .ScrolledWindow (null , null ) {
2826 child = open_files_tree_view
You can’t perform that action at this time.
0 commit comments