[Xfce4-commits] <midori:master> Use cache_dir_for_reading in about:paths
Christian Dywan
noreply at xfce.org
Tue Mar 5 19:00:03 CET 2013
Updating branch refs/heads/master
to 8ab022ddf083b6a266ec2d93a226a2d64e87fcbd (commit)
from 9e201e9e66804525e7d11b9f65e872cf466db5ba (commit)
commit 8ab022ddf083b6a266ec2d93a226a2d64e87fcbd
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Mar 5 18:58:50 2013 +0100
Use cache_dir_for_reading in about:paths
midori/midori-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 6488dc2..b37ed6c 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -4107,7 +4107,7 @@ midori_view_set_uri (MidoriView* view,
"<p>tmp: <code>%s</code></p>"
"</body>",
uri, midori_paths_get_config_dir_for_reading (), res_dir,
- lib_dir, midori_paths_get_cache_dir (), midori_paths_get_tmp_dir ());
+ lib_dir, midori_paths_get_cache_dir_for_reading (), midori_paths_get_tmp_dir ());
g_free (res_dir);
g_free (lib_dir);
}
More information about the Xfce4-commits
mailing list