diff options
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hig.py b/bitbake/lib/bb/ui/crumbs/hig.py index 67cc94e920..849d7c9adf 100644 --- a/bitbake/lib/bb/ui/crumbs/hig.py +++ b/bitbake/lib/bb/ui/crumbs/hig.py | |||
@@ -838,7 +838,7 @@ class LayerSelectionDialog (CrumbsDialog): | |||
838 | layer_store.append([path]) | 838 | layer_store.append([path]) |
839 | return | 839 | return |
840 | dialog = CrumbsMessageDialog(parent, lbl) | 840 | dialog = CrumbsMessageDialog(parent, lbl) |
841 | dialog.add_button(gtk.STOCK_OK, gtk.RESPONSE_OK) | 841 | dialog.add_button(gtk.STOCK_CLOSE, gtk.RESPONSE_OK) |
842 | response = dialog.run() | 842 | response = dialog.run() |
843 | dialog.destroy() | 843 | dialog.destroy() |
844 | 844 | ||