gossip r2794 - in trunk: . libgossip
- From: rhult svn gnome org
- To: svn-commits-list gnome org
- Subject: gossip r2794 - in trunk: . libgossip
- Date: Thu, 1 May 2008 11:46:21 +0100 (BST)
Author: rhult
Date: Thu May 1 10:46:21 2008
New Revision: 2794
URL: http://svn.gnome.org/viewvc/gossip?rev=2794&view=rev
Log:
2008-05-01 Richard Hult <richard imendio com>
* libgossip/gossip-paths-cocoa.c (paths_get_root_dir): Add "share"
to get the right path. The path set by the bundler used to include
share but that's not right and has been fixed.
Modified:
trunk/ChangeLog
trunk/libgossip/gossip-paths-cocoa.c
Modified: trunk/libgossip/gossip-paths-cocoa.c
==============================================================================
--- trunk/libgossip/gossip-paths-cocoa.c (original)
+++ trunk/libgossip/gossip-paths-cocoa.c Thu May 1 10:46:21 2008
@@ -41,7 +41,7 @@
}
if (env) {
- root = g_strdup (env);
+ root = g_build_filename (env, "share", NULL);
} else {
root = g_strdup (SHAREDIR);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]