[vinagre] Use "vinagre-1" as DATADIR instead of "vinagre"
- From: Jonh Wendell <jwendell src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vinagre] Use "vinagre-1" as DATADIR instead of "vinagre"
- Date: Tue, 29 Sep 2009 14:53:13 +0000 (UTC)
commit 9a84c31a2eced0ddfb330feb3316b14f85ff05f6
Author: Jonh Wendell <jwendell gnome org>
Date: Tue Sep 29 11:51:02 2009 -0300
Use "vinagre-1" as DATADIR instead of "vinagre"
vinagre/vinagre-dirs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vinagre/vinagre-dirs.c b/vinagre/vinagre-dirs.c
index 6414909..33980c7 100644
--- a/vinagre/vinagre-dirs.c
+++ b/vinagre/vinagre-dirs.c
@@ -119,7 +119,7 @@ vinagre_dirs_get_vinagre_data_dir (void)
#ifndef G_OS_WIN32
data_dir = g_build_filename (DATADIR,
- "vinagre",
+ "vinagre-1",
NULL);
#else
gchar *win32_dir;
@@ -128,7 +128,7 @@ vinagre_dirs_get_vinagre_data_dir (void)
data_dir = g_build_filename (win32_dir,
"share",
- "vinagre",
+ "vinagre-1",
NULL);
g_free (win32_dir);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]