Use separators instead of hseparators

This commit is contained in:
Matthias Clasen 2011-06-07 21:29:01 -04:00
parent 41952fd767
commit d8b3bfe778

View File

@ -2673,7 +2673,7 @@ create_saved_position (GtkWidget *widget)
g_object_set_data (G_OBJECT (window), "y", y_label); g_object_set_data (G_OBJECT (window), "y", y_label);
any = any =
g_object_new (gtk_hseparator_get_type (), g_object_new (gtk_separator_get_type (),
"GtkWidget::visible", TRUE, "GtkWidget::visible", TRUE,
NULL); NULL);
gtk_box_pack_start (GTK_BOX (main_vbox), any, FALSE, TRUE, 0); gtk_box_pack_start (GTK_BOX (main_vbox), any, FALSE, TRUE, 0);