diff options
Diffstat (limited to 'bitbake/lib/bb/ui')
-rw-r--r-- | bitbake/lib/bb/ui/depexp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/depexp.py b/bitbake/lib/bb/ui/depexp.py index 03ed823261..cbda6d5afe 100644 --- a/bitbake/lib/bb/ui/depexp.py +++ b/bitbake/lib/bb/ui/depexp.py | |||
@@ -154,7 +154,7 @@ class DepExplorer(gtk.Window): | |||
154 | 154 | ||
155 | def on_cursor_changed(self, selection): | 155 | def on_cursor_changed(self, selection): |
156 | (model, it) = selection.get_selected() | 156 | (model, it) = selection.get_selected() |
157 | if iter is None: | 157 | if it is None: |
158 | current_package = None | 158 | current_package = None |
159 | else: | 159 | else: |
160 | current_package = model.get_value(it, COL_PKG_NAME) | 160 | current_package = model.get_value(it, COL_PKG_NAME) |