Revert "appchooserbutton: filter out applications not supposed to be visible"

This reverts commit 5568dcb53c.

https://bugzilla.gnome.org/show_bug.cgi?id=702681
This commit is contained in:
Cosimo Cecchi 2013-09-17 11:00:22 -07:00
parent e72aa40c9b
commit b561e176fb

View File

@ -349,9 +349,6 @@ gtk_app_chooser_button_populate (GtkAppChooserButton *self)
{
app = l->data;
if (!g_app_info_should_show (app))
continue;
if (default_app != NULL && g_app_info_equal (app, default_app))
continue;