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
a4fab8c3
Commit
a4fab8c3
authored
Feb 13, 2012
by
Sebastian Ramacher
Browse files
some more work to be compatible with GTK+3
parent
5dacede6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
config.c
View file @
a4fab8c3
This diff is collapsed.
Click to expand it.
zathura.c
View file @
a4fab8c3
...
...
@@ -492,7 +492,7 @@ remove_page_from_table(GtkWidget* page, gpointer permanent)
g_object_ref
(
G_OBJECT
(
page
));
}
gtk_container_remove
(
GTK_CONTAINER
(
page
->
parent
),
page
);
gtk_container_remove
(
GTK_CONTAINER
(
gtk_widget_get_parent
(
page
)
),
page
);
}
bool
...
...
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