diff options
Diffstat (limited to 'gtk/gtkswitch.c')
-rw-r--r-- | gtk/gtkswitch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index 28760f152c..1ac6df57a7 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -879,6 +879,7 @@ gtk_switch_init (GtkSwitch *self) gtk_switch_allocate_contents, gtk_switch_render_trough, NULL, + NULL, NULL); priv->slider_gadget = gtk_css_custom_gadget_new ("slider", @@ -889,6 +890,7 @@ gtk_switch_init (GtkSwitch *self) NULL, gtk_switch_render_slider, NULL, + NULL, NULL); gesture = gtk_gesture_multi_press_new (GTK_WIDGET (self)); |