about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
authorEdd Barrett <vext01@gmail.com>2010-12-22 20:25:11 +0000
committerEdd Barrett <vext01@gmail.com>2010-12-22 20:25:11 +0000
commite27b59f7e9b354dbbcf5771d2910c95d7caa4cee (patch)
treee9cd83e0f1a11dd4ba4b60d5ba747c531506263f /xxxterm.c
parent81c685721689d376ef98233098eb9c89c58c4e21 (diff)
downloadxombrero-e27b59f7e9b354dbbcf5771d2910c95d7caa4cee.tar.gz
make url entry of favorites page blank, like other xtp pages
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 8b7f4a2..cae7077 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -1037,7 +1037,7 @@ favorites(struct tab *t, struct karg *args)
 	if (!failed) {
 		html = g_strdup_printf("%s%s</table></div></html>",
 		    header, body);
-		webkit_web_view_load_string(t->wv, html, NULL, NULL, NULL);
+		webkit_web_view_load_string(t->wv, html, NULL, NULL, "");
 	}
 
 	if (header)
ut@lavabit.com> 2009-12-25 21:55:04 +0100 committer hut <hut@lavabit.com> 2009-12-25 21:55:04 +0100 updated pydoc pages' href='/akspecs/ranger/commit/doc/ranger.gui.colorscheme.html?h=v1.9.0&id=f07bb12fc5c59430e995a64956b36331ce3629b9'>f07bb12f ^
34a60763 ^
f07bb12f ^
b3556b21 ^






f07bb12f ^


b3556b21 ^



f07bb12f ^
b3556b21 ^


f07bb12f ^

c776804d ^





f07bb12f ^










62cd83ba ^
f07bb12f ^
62cd83ba ^
f07bb12f ^
62cd83ba ^


f07bb12f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102