From 73dedcd28108ed8afbf650bf428a6a996ae148fe Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Tue, 31 Mar 2020 00:42:13 -0700 Subject: [PATCH] Fix tree iter usage, Add COVID-19 option, Copyright + project lead --- fah/ClientConfig.py | 5 +++-- fah/FAHControl.glade | 14 +++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/fah/ClientConfig.py b/fah/ClientConfig.py index 7a6b817..1694203 100644 --- a/fah/ClientConfig.py +++ b/fah/ClientConfig.py @@ -440,8 +440,9 @@ class ClientConfig: # Selected the first item if nothing is selected if selected_row is None: selected_row = app.slot_status_list.get_iter_first() - app.slot_status_tree.get_selection().select_iter(selected_row) - self.select_slot(app) + if selected_row is not None: + app.slot_status_tree.get_selection().select_iter(selected_row) + self.select_slot(app) if log_filter_row is None: log_filter_row = app.slot_status_list.get_iter_first() diff --git a/fah/FAHControl.glade b/fah/FAHControl.glade index 4d2a9c0..959df4c 100644 --- a/fah/FAHControl.glade +++ b/fah/FAHControl.glade @@ -108,7 +108,7 @@ True False - Copyright © 2010-2018 foldingathome.org + Copyright © 2010-2020 foldingathome.org False @@ -207,8 +207,8 @@ True False <b>Project Leader</b> -Dr. Vijay Pande -Stanford University +Dr. Gregory Bowman +Washington State University in Saint Louis True center @@ -310,6 +310,10 @@ Joe Heimann, jheimann ANY Any + + COVID_19 + COVID-19 + ALZHEIMERS Alzheimer's @@ -326,6 +330,10 @@ Joe Heimann, jheimann PARKINSONS Parkinson's + + HIGH_PRIORITY + High priority +