projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb48fe6
)
Fixed shown scrollbars on some sites (#188).
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 9 Mar 2015 20:55:01 +0000
(21:55 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 9 Mar 2015 20:55:01 +0000
(21:55 +0100)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
c60d7a2
..
280dfb9
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-1029,11
+1029,11
@@
static void init_core(void)
#endif
map_init();
+ setup_signals();
+
/* enter normal mode */
vb_enter('n');
- setup_signals();
-
/* make sure the main window and all its contents are visible */
gtk_widget_show_all(gui->window);