summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/files/patch-bl
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-16 04:36:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-16 04:36:50 +0000
commita84873dac853f0a1de61bf2d8aaf9330e639163a (patch)
tree68bcc53386a559e11dda8e0cc4255a170c02b9ca /x11/gnomelibs/files/patch-bl
parentAdd docbookide.el, Emacs lisp modules for editing DocBook documents. (diff)
Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.
PR: 40125 Submitted by: sf Pointy hat to: marcus
Notes
Notes: svn path=/head/; revision=63064
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/files/patch-bl13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11/gnomelibs/files/patch-bl b/x11/gnomelibs/files/patch-bl
index 02b86a246a0e..697982d90d84 100644
--- a/x11/gnomelibs/files/patch-bl
+++ b/x11/gnomelibs/files/patch-bl
@@ -1,16 +1,13 @@
-
-$FreeBSD$
-
---- libgnomeui/gnome-init.c.orig Tue May 14 06:32:19 2002
-+++ libgnomeui/gnome-init.c Thu May 23 23:09:44 2002
-@@ -205,32 +205,6 @@
+--- gnome-init.c.orig Tue May 14 06:32:19 2002
++++ gnome-init.c Tue Jul 16 00:33:12 2002
+@@ -205,32 +205,8 @@
switch(reason) {
case POPT_CALLBACK_REASON_PRE:
{
- char *ctype, *old_ctype = NULL;
- gboolean ctype_set;
-
-- gnome_segv_setup (FALSE);
+ gnome_segv_setup (FALSE);
- ctype = setlocale (LC_CTYPE, NULL);
-
- if (ctype && !strcmp(ctype, "C")) {
@@ -20,7 +17,7 @@ $FreeBSD$
- } else
- ctype_set = FALSE;
-
-- gtk_set_locale ();
+ gtk_set_locale ();
-
- if (ctype_set) {
- char *setme;