projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73fbd88
)
Replace deprecated gtk_css_provider_get_default.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 21 Jan 2019 22:16:14 +0000
(23:16 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 21 Jan 2019 22:16:14 +0000
(23:16 +0100)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
dd5370c
..
71a4007
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-1702,7
+1702,7
@@
static void vimb_setup(void)
vb_mode_add('p', pass_enter, pass_leave, pass_keypress, NULL);
/* Prepare the style provider to be used for the clients and completion. */
- vb.style_provider = gtk_css_provider_
get_default
();
+ vb.style_provider = gtk_css_provider_
new
();
}
/**