Revert "appchooserwidget: check for g_app_info_should_show()"

This reverts commit 84922d3317.

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

View File

@@ -539,9 +539,6 @@ gtk_app_chooser_widget_add_section (GtkAppChooserWidget *self,
!g_app_info_supports_files (app))
continue;
if (!g_app_info_should_show (app))
continue;
if (g_list_find_custom (exclude_apps, app,
(GCompareFunc) compare_apps_func))
continue;