From a8a726360842517904b3446c8ee94de67108f1df Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 16:09:41 +0000 Subject: Rename x11/ patch-xy patches to reflect the files they modify. --- x11/props/files/patch-props.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 x11/props/files/patch-props.c (limited to 'x11/props/files/patch-props.c') diff --git a/x11/props/files/patch-props.c b/x11/props/files/patch-props.c new file mode 100644 index 000000000000..a2a8838bed5d --- /dev/null +++ b/x11/props/files/patch-props.c @@ -0,0 +1,29 @@ +--- props.c.orig 1997-11-08 17:18:50.000000000 -0800 ++++ props.c 2013-09-17 23:33:43.311493251 -0700 +@@ -718,7 +718,7 @@ + int factory = !(int) xv_get(panel_item, PANEL_VALUE); + + if (factory == showing_factory) +- return; ++ return 0; + + if (factory) { + if (!saved_defaults[0]) { +@@ -752,7 +752,7 @@ + int width; + + if (panel_group[which_panel] == current_panel) +- return; ++ return 0; + + /* Show requested panel */ + xv_set(current_panel, XV_SHOW, FALSE, NULL); +@@ -816,7 +816,7 @@ + else + { + strcpy(localepath, openwin_dir); +- strcat(localepath, "/lib/locale/"); ++ strcat(localepath, "/lib/X11/locale/C/"); + bindtextdomain("props", localepath); + } + -- cgit v1.2.3