diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
commit | 336b31c3940aea29270fc9fd9b51d3ba1633729e (patch) | |
tree | ab986f61fb6fef3625ba83cee9ea5d304243bfe8 /x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c | |
parent | add ocaml-images 2.10 (diff) |
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
Diffstat (limited to 'x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c')
-rw-r--r-- | x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c b/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c deleted file mode 100644 index 7d93d259360a..000000000000 --- a/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c +++ /dev/null @@ -1,18 +0,0 @@ ---- bonobo/bonobo-ui-util.c.orig Mon Sep 2 11:24:00 2002 -+++ bonobo/bonobo-ui-util.c Sat Nov 16 16:38:54 2002 -@@ -539,11 +539,10 @@ - GNOME_PARAM_GNOME_PREFIX, &prefix, NULL); - } - -- /* sub-optimal, but what can you do */ -- if (prefix) -- datadir = g_strdup_printf ("%s/share", prefix); -- else -- datadir = g_strdup (BONOBO_DATADIR); -+ g_object_get (G_OBJECT (gnome_program_get ()), -+ GNOME_PARAM_APP_DATADIR, &datadir, NULL); -+ if (!datadir) -+ datadir = g_strdup (BONOBO_DATADIR); - - cl->program = gnome_program_init ( - doc_id, "2.1", |