eog r4929 - in trunk: . src
- From: friemann svn gnome org
- To: svn-commits-list gnome org
- Subject: eog r4929 - in trunk: . src
- Date: Mon, 5 Jan 2009 19:18:00 +0000 (UTC)
Author: friemann
Date: Mon Jan 5 19:17:59 2009
New Revision: 4929
URL: http://svn.gnome.org/viewvc/eog?rev=4929&view=rev
Log:
2009-01-05 Felix Riemann <friemann svn gnome org>
* src/eog-util.c: (eog_util_dot_dir): Find config folder without
using functions from libgnome. Part of bug #559500.
Modified:
trunk/ChangeLog
trunk/src/eog-util.c
Modified: trunk/src/eog-util.c
==============================================================================
--- trunk/src/eog-util.c (original)
+++ trunk/src/eog-util.c Mon Jan 5 19:17:59 2009
@@ -260,7 +260,8 @@
if (dot_dir == NULL) {
gboolean exists;
- dot_dir = g_build_filename (gnome_user_dir_get (),
+ dot_dir = g_build_filename (g_get_home_dir (),
+ ".gnome2",
"eog",
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]