testgtk: Remove non-existing property from frame constructor

This commit is contained in:
Benjamin Otte 2010-09-09 03:09:12 +02:00
parent 38c932ace6
commit 87940287aa

View File

@ -5147,7 +5147,6 @@ create_cursors (GtkWidget *widget)
frame =
g_object_new (gtk_frame_get_type (),
"GtkFrame::shadow", GTK_SHADOW_ETCHED_IN,
"GtkFrame::label_xalign", 0.5,
"GtkFrame::label", "Cursor Area",
"GtkContainer::border_width", 10,