[gimp/gimp-2-10] tools: fix performance-log viewer profile thread-filter
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] tools: fix performance-log viewer profile thread-filter
- Date: Thu, 11 Oct 2018 12:23:36 +0000 (UTC)
commit 65131b2c1baf6e6bd7b2bdc2b3751f7e0fc760b1
Author: Ell <ell_se yahoo com>
Date: Thu Oct 11 08:20:08 2018 -0400
tools: fix performance-log viewer profile thread-filter
In performance-log-viewer.py, fix thread-state toggling in the
profile-view thread-filter popover, when not all threads are
included in the current selection.
(cherry picked from commit 43b492ff834e5fe05050e4845555fba3dd52503f)
tools/performance-log-viewer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/performance-log-viewer.py b/tools/performance-log-viewer.py
index d210448fe5..aee604fd39 100755
--- a/tools/performance-log-viewer.py
+++ b/tools/performance-log-viewer.py
@@ -2259,7 +2259,7 @@ class ProfileViewer (Gtk.ScrolledWindow):
col.add_attribute (cell, "active", store.STATE[state])
def cell_toggled (cell, path):
- store[path][cell.column] = not cell.get_property ("active")
+ filter[path][cell.column] = not cell.get_property ("active")
cell.connect ("toggled", cell_toggled)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]