diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 03:47:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-21 03:47:43 +0800 |
commit | cc577929b5ee7c2403e8d15e08f605c7b7cb6da5 (patch) | |
tree | b83d27086407b6fab14707d58ab01bf69a9b7392 /x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c | |
parent | d9247fae0316ba37ef28358e5ae625869afdde5b (diff) | |
download | marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.gz marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.bz2 marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.lz marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.xz marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.tar.zst marcuscom-ports-cc577929b5ee7c2403e8d15e08f605c7b7cb6da5.zip |
Stupid, Joe. Assign the iso3166.tab file to the right variable.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10194 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c')
-rw-r--r-- | x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c b/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c index 72c28fbf6..0df281fd9 100644 --- a/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c +++ b/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c @@ -8,7 +8,7 @@ + /*priv->iso3166 = g_build_filename (zoneinfodir, "iso3166.tab", NULL);*/ + /* FreeBSD doesn't include iso3166.tab, so we install it especially + * for this clock. */ -+ priv->zonetab = g_build_filename (DATADIR, "gnome-panel", "iso3166.tab", NULL); ++ priv->iso3166 = g_build_filename (DATADIR, "gnome-panel", "iso3166.tab", NULL); #ifdef CLOCK_TEXTDOMAIN /* this is used when clock is embedded in the gnome-panel |