Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
e5d0b6ba
Commit
e5d0b6ba
authored
Mar 20, 2011
by
Moritz Lipp
Browse files
Remove wrong threads_enter/leave
parent
dd973877
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
e5d0b6ba
...
...
@@ -188,8 +188,6 @@ error_out:
void
page_view_set_mode
(
unsigned
int
pages_per_row
)
{
gdk_threads_enter
();
/* empty page view */
GList
*
container
=
gtk_container_get_children
(
GTK_CONTAINER
(
Zathura
.
UI
.
page_view
));
for
(
GList
*
child
=
container
;
child
;
child
=
g_list_next
(
child
))
{
...
...
@@ -215,7 +213,6 @@ page_view_set_mode(unsigned int pages_per_row)
}
gtk_widget_show_all
(
Zathura
.
UI
.
page_view
);
gdk_threads_leave
();
}
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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