file chooser: Stop setting a role

It does nothing.
This commit is contained in:
Matthias Clasen 2019-03-27 17:28:53 -04:00
parent 733271e09a
commit be944e0a31

View File

@ -1,6 +1,5 @@
<interface domain="gtk40">
<template class="GtkFileChooserDialog" parent="GtkDialog">
<property name="role">GtkFileChooserDialog</property>
<property name="type-hint">dialog</property>
<property name="default-width">600</property>
<signal name="response" handler="response_cb" swapped="no"/>