aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-01-10 12:36:17 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-01-10 12:36:17 +0000
commit4debda5779b3cbc2b4e51a79a9f37c175e423d2a (patch)
tree2f5b56d32798612b2f8c0bd134477103300f95bf /ui
parent5843e9516370f4108bdf710a5f565d9a88e00483 (diff)
Note in a comment that with Gtk 3.4.4 reselecting UE+channel doesn't work as other UEs seem to get selected while list is being repopulated during retapping
svn path=/trunk/; revision=54690
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/rlc_lte_stat_dlg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/gtk/rlc_lte_stat_dlg.c b/ui/gtk/rlc_lte_stat_dlg.c
index 038fa0a337..fcac96aac3 100644
--- a/ui/gtk/rlc_lte_stat_dlg.c
+++ b/ui/gtk/rlc_lte_stat_dlg.c
@@ -810,6 +810,9 @@ static void rlc_lte_stat_draw(void *phs)
}
/* Reselect UE? */
+ /* Note that this no longer works well, as we now get spurious UE selection callbacks
+ while packets are being retapped (seen with Gtk 3.4.4 at least), leading to the wrong
+ UE being reselected! */
if (hs->reselect_ue != 0) {
GtkTreeIter *ue_iter = NULL;
rlc_lte_ep_t *ep = hs->ep_list;