Fix typo in menu action id

This commit is contained in:
Mathieu Comandon 2013-12-30 15:59:19 +01:00
parent 73384fa9e2
commit e5bd129d9c

View file

@ -94,7 +94,7 @@ class ContextualMenu(Gtk.Menu):
def popup(self, event, game_row):
is_installed = game_row[COL_INSTALLED]
hide_when_installed = ('installed', )
hide_when_installed = ('install', )
hide_when_not_installed = ('play', 'configure')
for menuitem in self.get_children():