diff --git a/src/SettingsWindow.vala b/src/SettingsWindow.vala index a1e6a65..3efdc12 100644 --- a/src/SettingsWindow.vala +++ b/src/SettingsWindow.vala @@ -302,7 +302,7 @@ public class SettingsWindow : Gtk.Dialog{ btn_reset_exclude_list.is_important = false; btn_reset_exclude_list.label = _("Reset"); - btn_reset_exclude_list.set_tooltip_text (_("Reset this list to default state")); + btn_reset_exclude_list.set_tooltip_text (_("Clear the list")); btn_reset_exclude_list.clicked.connect (btn_reset_exclude_list_clicked); @@ -872,12 +872,6 @@ public class SettingsWindow : Gtk.Dialog{ temp_exclude_list = new Gee.ArrayList(); - foreach(string path in App.exclude_list_user){ - if (!temp_exclude_list.contains(path)){ - temp_exclude_list.add(path); - } - } - //refresh treeview -------------------------- refresh_tv_exclude();