aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-07-11 06:15:04 +0800
committerChristian Persch <chpe@src.gnome.org>2007-07-11 06:15:04 +0800
commit625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464 (patch)
treecd84e2bcfcd87c709e54f6de6e73c5fe4f0e4768 /ChangeLog
parent3050e8c161fe8014ec1757e170b4e6a54ca99d12 (diff)
downloadgsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.tar
gsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.tar.gz
gsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.tar.bz2
gsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.tar.lz
gsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.tar.xz
gsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.tar.zst
gsoc2013-epiphany-625c8a7fb9ea583c0e2df1ce42f3c58bf22eb464.zip
Update glib req to 2.13.4 so we can use g_get_user_special_dir.
2007-07-11 Christian Persch <chpe@gnome.org> * configure.ac: Update glib req to 2.13.4 so we can use g_get_user_special_dir. * lib/ephy-file-helpers.c: (ephy_file_downloads_dir), (ephy_file_desktop_dir): Use g_get_user_special_dir to get the Desktop and Downloads directory location. svn path=/trunk/; revision=7146
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f13e5b2f9..05a95aff5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-07-11 Christian Persch <chpe@gnome.org>
+
+ * configure.ac:
+
+ Update glib req to 2.13.4 so we can use g_get_user_special_dir.
+
+ * lib/ephy-file-helpers.c: (ephy_file_downloads_dir),
+ (ephy_file_desktop_dir):
+
+ Use g_get_user_special_dir to get the Desktop and Downloads directory
+ location.
+
2007-07-10 Christian Persch <chpe@gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (connect_proxy):