forked from AuroraMiddleware/gtk
Merge branch 'carlosgc/content-provider-union-write' into 'master'
clipboard: GdkContentProviderUnion should return after writing the first matched format See merge request GNOME/gtk!1856
This commit is contained in:
commit
53ca60adbf
@ -302,6 +302,7 @@ gdk_content_provider_union_write_mime_type_async (GdkContentProvider *provid
|
||||
gdk_content_provider_union_write_mime_type_done,
|
||||
task);
|
||||
gdk_content_formats_unref (formats);
|
||||
return;
|
||||
}
|
||||
gdk_content_formats_unref (formats);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user