forked from AuroraMiddleware/gtk
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:
parent
e72aa40c9b
commit
b561e176fb
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user