summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-11-13 21:08:34 +0100
committerBenjamin Otte <otte@redhat.com>2016-11-15 17:48:45 +0100
commitda207c9fdd1653923ce718dcb58480eaba9234cb (patch)
treef6577dbf79d01bce95bb9fe019aaead0e2d0591d /gtk/gtkcombobox.c
parent4e06d8f73c9eabd405ed32ec2e141715a8cca505 (diff)
downloadgtk+-da207c9fdd1653923ce718dcb58480eaba9234cb.tar.gz
snapshot: Add a snapshot function to GtkCssCustomGadget
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r--gtk/gtkcombobox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index 8706e0a612..b886409232 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -1097,6 +1097,7 @@ gtk_combo_box_init (GtkComboBox *combo_box)
gtk_combo_box_measure,
gtk_combo_box_allocate,
NULL,
+ NULL,
NULL, NULL);
}