ooops, didn't mean to commit that change

This commit is contained in:
Sven Neumann 2005-02-07 17:31:40 +00:00
parent 313f7835cb
commit 747ffe8b6e
1 changed files with 3 additions and 4 deletions

View File

@ -317,10 +317,9 @@ gimp_file_dialog_new (Gimp *gimp,
}
dialog = g_object_new (GIMP_TYPE_FILE_DIALOG,
"title", title,
"role", role,
"action", action,
"local-only", FALSE,
"title", title,
"role", role,
"action", action,
NULL);
gtk_dialog_add_buttons (GTK_DIALOG (dialog),