Incorrect "Send To" behavior with multiple file arguments (Issue #609)
The feature to execute a single application with multiple arguments if they share the same mime-type did not work, because comparison between g_app_info objects failed. Fixed by not comparing by pointer and using a foreign method to compare g_app_info objects.
Loading
Please register or sign in to comment