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
a3de47da
Commit
a3de47da
authored
Oct 26, 2010
by
Christian Persch
Browse files
Add missing break
parent
f75f5a42
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vte.c
View file @
a3de47da
...
...
@@ -11392,6 +11392,7 @@ vte_terminal_set_property (GObject *object,
case
PROP_VSCROLL_POLICY
:
pvt
->
vscroll_policy
=
g_value_get_enum
(
value
);
gtk_widget_queue_resize_no_redraw
(
GTK_WIDGET
(
terminal
));
break
;
#endif
case
PROP_ALLOW_BOLD
:
vte_terminal_set_allow_bold
(
terminal
,
g_value_get_boolean
(
value
));
...
...
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