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);
any =
g_object_new (gtk_hseparator_get_type (),
g_object_new (gtk_separator_get_type (),
"GtkWidget::visible", TRUE,
NULL);
gtk_box_pack_start (GTK_BOX (main_vbox), any, FALSE, TRUE, 0);