Remove use of ::has-separator property

This commit is contained in:
Matthias Clasen 2010-09-06 00:26:17 -04:00
parent 2f966e8418
commit 3c5f9fd1a2

View File

@ -3866,7 +3866,6 @@ gtk_print_unix_dialog_new (const gchar *title,
result = g_object_new (GTK_TYPE_PRINT_UNIX_DIALOG,
"transient-for", parent,
"title", _title,
"has-separator", FALSE,
NULL);
return result;