diff options
Diffstat (limited to 'src/tabpopup.c')
-rw-r--r-- | src/tabpopup.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tabpopup.c b/src/tabpopup.c index 116e42e..30378f1 100644 --- a/src/tabpopup.c +++ b/src/tabpopup.c @@ -446,6 +446,10 @@ meta_ui_tab_popup_select (MetaTabPopup *popup, { GList *tmp; + /* Note, "key" may not be in the list of entries; other code assumes + * it's OK to pass in a key that isn't. + */ + tmp = popup->entries; while (tmp != NULL) { |