pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d9d92
)
Removing the double initialisation to webkit_get_default_session(). Thanks
author
Christoph Lohmann
<20h@r-36.net>
Tue, 16 Oct 2012 13:41:50 +0000
(15:41 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Tue, 16 Oct 2012 13:41:50 +0000
(15:41 +0200)
taruti!
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
56051e9
..
60fd08a
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-783,7
+783,6
@@
setup(void) {
g_thread_init(NULL);
dpy = GDK_DISPLAY();
- s = webkit_get_default_session();
/* atoms */
atoms[AtomFind] = XInternAtom(dpy, "_SURF_FIND", False);