diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-11 23:06:25 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-11 23:06:25 +0800 |
commit | fc3cfd74bedf8263e497ca23200ba74d3de5961c (patch) | |
tree | 2bc157616190ab863a369e7b9ebf0199d951c265 /e-util/e-win32-reloc.c | |
parent | c69e242109fcf285486d11937a60f7904f078df8 (diff) | |
download | gsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.tar.gz gsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.tar.zst gsoc2013-evolution-fc3cfd74bedf8263e497ca23200ba74d3de5961c.zip |
Don't relocate non-existing EVOLUTION_GLADEDIR
Diffstat (limited to 'e-util/e-win32-reloc.c')
-rw-r--r-- | e-util/e-win32-reloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-win32-reloc.c b/e-util/e-win32-reloc.c index ad9e126153..3b1b601644 100644 --- a/e-util/e-win32-reloc.c +++ b/e-util/e-win32-reloc.c @@ -39,7 +39,6 @@ static const gchar *datadir; static const gchar *ecpsdir; static const gchar *etspecdir; static const gchar *galviewsdir; -static const gchar *gladedir; static const gchar *helpdir; static const gchar *icondir; static const gchar *imagesdir; @@ -121,7 +120,6 @@ setup (void) ecpsdir = replace_prefix (full_prefix, EVOLUTION_ECPSDIR); etspecdir = replace_prefix (full_prefix, EVOLUTION_ETSPECDIR); galviewsdir = replace_prefix (full_prefix, EVOLUTION_GALVIEWSDIR); - gladedir = replace_prefix (full_prefix, EVOLUTION_UIDIR); helpdir = replace_prefix (full_prefix, EVOLUTION_HELPDIR); if (g_getenv ("EVOLUTION_ICONDIR") && g_file_test (g_getenv ("EVOLUTION_ICONDIR"), G_FILE_TEST_IS_DIR)) @@ -164,7 +162,6 @@ GETTER(datadir) GETTER(ecpsdir) GETTER(etspecdir) GETTER(galviewsdir) -GETTER(gladedir) GETTER(helpdir) GETTER(icondir) GETTER(imagesdir) |