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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user