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
370aa11c
Commit
370aa11c
authored
Oct 16, 2011
by
Sebastian Ramacher
Browse files
call gtk_main_quit in cb_destroy
parent
942ebfde
Changes
2
Hide whitespace changes
Inline
Side-by-side
callbacks.c
View file @
370aa11c
...
...
@@ -14,6 +14,7 @@
gboolean
cb_destroy
(
GtkWidget
*
UNUSED
(
widget
),
gpointer
UNUSED
(
data
))
{
gtk_main_quit
();
return
TRUE
;
}
...
...
shortcuts.c
View file @
370aa11c
...
...
@@ -502,8 +502,6 @@ sc_quit(girara_session_t* session, girara_argument_t* UNUSED(argument), unsigned
cb_destroy
(
NULL
,
NULL
);
gtk_main_quit
();
return
false
;
}
...
...
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