Skip to content

nautilus-mime-actions.c: No Application Installed dialog not closed on GTK_RESPONSE_YES

Timothy OBrien requested to merge obrientimothya/nautilus:issue842 into master

The "There is no application installed for “foo” files. Do you want to search for an application to open this file?" dialog that appears when there is no application installed to open the specific file type is not closed after clicking Yes. Instead, it reopens again.

This patch removes code that was causing the file to be activated after the user clicked Yes; relaunching the dialog.

Fixes #842 (closed)

Merge request reports