Martin Kaiser
changed
bug 10951
What |
Removed |
Added |
Status |
UNCONFIRMED
|
IN_PROGRESS
|
Ever confirmed |
|
1
|
Comment # 1
on bug 10951
from Martin Kaiser
You're right
This is done by
df_combo_box_->lineEdit()->setText("");
df_combo_box_->applyDisplayFilter();
in MainWindow::captureFileClosed()
GTK's behaviour is different: The display filter remains set until you clear
it, event if you reload (Ctrl-R) or close (Ctrl-W) a file.
I'm slightly in favour of the GTK approach. I often load a couple of files with
a display filter set until I find one that has a matching packet.
What do others think?
You are receiving this mail because:
- You are watching all bug changes.