Commit 58f2040333c782daf4afcf6efe7b4c9410e2f7a5

Authored by Perry Werneck
1 parent d36bcfdb
Exists in master and in 1 other branch develop

Persisting trace file name.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/terminal/widget.c
@@ -79,6 +79,7 @@ static const gchar *persistent_properties[] = { @@ -79,6 +79,7 @@ static const gchar *persistent_properties[] = {
79 "colors", 79 "colors",
80 "selection_flags", 80 "selection_flags",
81 "logfile", 81 "logfile",
  82 + "tracefile",
82 NULL 83 NULL
83 }; 84 };
84 85