summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-05-30 04:52:12 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-05-30 04:52:12 +0000
commit051e404d09059b5bf5193846750ae2b913aa13df (patch)
tree01093d422ea4088805a0a77fe288aa26c8d0d9f0 /src/main.c
parentd1a853557b06c49b5d0f187e41b0455b458b715b (diff)
downloadmetacity-051e404d09059b5bf5193846750ae2b913aa13df.tar.gz
s/int/gsize/ for g_file_get_contents() (found independently by
2003-05-29 Havoc Pennington <hp@redhat.com> * src/theme-parser.c (meta_theme_load): s/int/gsize/ for g_file_get_contents() (found independently by marcus@freebsd.org on SPARC and James Laska on s390x; #113661 * src/main.c (main): fix theme location mentioned in error message
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f25b61cd..170bc0e3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -346,7 +346,7 @@ main (int argc, char **argv)
if (!meta_ui_have_a_theme ())
meta_fatal (_("Could not find a theme! Be sure %s exists and contains the usual themes."),
- METACITY_PKGDATADIR"/themes");
+ METACITY_DATADIR"/themes");
/* Connect to SM as late as possible - but before managing display,
* or we might try to manage a window before we have the session