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:
@ -251,7 +251,7 @@ gtk_gesture_single_class_init (GtkGestureSingleClass *klass)
|
|||||||
P_("Handle only touch events"),
|
P_("Handle only touch events"),
|
||||||
P_("Whether the gesture handles"
|
P_("Whether the gesture handles"
|
||||||
" only touch events"),
|
" only touch events"),
|
||||||
TRUE,
|
FALSE,
|
||||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -282,7 +282,7 @@ gtk_gesture_single_class_init (GtkGestureSingleClass *klass)
|
|||||||
g_param_spec_uint ("button",
|
g_param_spec_uint ("button",
|
||||||
P_("Button number"),
|
P_("Button number"),
|
||||||
P_("Button number to listen to"),
|
P_("Button number to listen to"),
|
||||||
0, G_MAXUINT, 0,
|
0, G_MAXUINT, GDK_BUTTON_PRIMARY,
|
||||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user