Formating latest patch

This commit is contained in:
Arx Cruz 2017-05-26 14:27:44 +02:00
parent 110a851747
commit ad6a345133

View File

@ -60,8 +60,7 @@ zenity_fileselection (ZenityData *data, ZenityFileData *file_data) {
NULL, /* TODO: Get parent from xid */ NULL, /* TODO: Get parent from xid */
action, action,
_ ("_OK"), _ ("_OK"),
_ ("_Cancel") _ ("_Cancel"));
);
if (data->modal) if (data->modal)
gtk_native_dialog_set_modal (GTK_NATIVE_DIALOG (dialog), TRUE); gtk_native_dialog_set_modal (GTK_NATIVE_DIALOG (dialog), TRUE);