diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-06 00:26:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-06 00:26:17 -0400 |
commit | 3c5f9fd1a22ad5cb4d282d6543ddf5e3245b49fa (patch) | |
tree | f0e752bd812e3330927088d8a0961b038cb75b43 /gtk/gtkprintunixdialog.c | |
parent | 2f966e8418e5b4347270c66a30f794a4a8f32e60 (diff) | |
download | gtk+-3c5f9fd1a22ad5cb4d282d6543ddf5e3245b49fa.tar.gz |
Remove use of ::has-separator property
Diffstat (limited to 'gtk/gtkprintunixdialog.c')
-rw-r--r-- | gtk/gtkprintunixdialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index d0cdae8c8c..ff8749b034 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -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; |