summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkseparator.c')
-rw-r--r--gtk/gtkseparator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index e968bb4a31..cd5af76fce 100644
--- a/gtk/gtkseparator.c
+++ b/gtk/gtkseparator.c
@@ -119,7 +119,7 @@ gtk_separator_init (GtkSeparator *separator)
priv->orientation = GTK_ORIENTATION_HORIZONTAL;
- gtk_widget_set_has_window (GTK_WIDGET (separator), FALSE);
+ gtk_widget_set_has_surface (GTK_WIDGET (separator), FALSE);
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (separator));
}