Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
vte
Commits
f75f5a42
Commit
f75f5a42
authored
Oct 26, 2010
by
Christian Persch
Browse files
Add missing break
parent
ba49f082
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vte.c
View file @
f75f5a42
...
...
@@ -11280,6 +11280,7 @@ vte_terminal_get_property (GObject *object,
break
;
case
PROP_VSCROLL_POLICY
:
g_value_set_enum
(
value
,
pvt
->
vscroll_policy
);
break
;
#endif
case
PROP_ALLOW_BOLD
:
g_value_set_boolean
(
value
,
vte_terminal_get_allow_bold
(
terminal
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment