GtkGestureSingle: Update declared defaults of properties

These should match the initial values, which were changed a
few commits ago. The defaultvalue test fails if there is a
mismatch, like here.
This commit is contained in:
Matthias Clasen
2014-08-15 13:12:15 -04:00
parent 1dfe28fa56
commit e0af2ba7c7

View File

@ -251,7 +251,7 @@ gtk_gesture_single_class_init (GtkGestureSingleClass *klass)
P_("Handle only touch events"),
P_("Whether the gesture handles"
" only touch events"),
TRUE,
FALSE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
@ -282,7 +282,7 @@ gtk_gesture_single_class_init (GtkGestureSingleClass *klass)
g_param_spec_uint ("button",
P_("Button number"),
P_("Button number to listen to"),
0, G_MAXUINT, 0,
0, G_MAXUINT, GDK_BUTTON_PRIMARY,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
}