pkgsrc/editors/manedit/patches/patch-ad
rillig 35fa61390a Updated manedit to 0.8.1.
Release Notes
-------------

	Fixed a bug that caused a crash whenever a string was added
	to the selection.

	Added new select and copy functions to the Viewer's menu.

	Improved the Editor's copy/paste ownership widget behavior.

	Fixed a GtkSelection bug in which redundant GtkSignals were
	being connected.

	Added pointer roller scroll support.

	Fixed a bug in the mapping of popup menus.
2007-10-14 07:49:54 +00:00

13 lines
341 B
Text

$NetBSD: patch-ad,v 1.4 2007/10/14 07:49:54 rillig Exp $
--- prefcb.c.orig Mon Dec 30 00:47:35 2002
+++ prefcb.c Mon Dec 30 00:47:46 2002
@@ -704,7 +704,7 @@
*/
PDialogAddPromptWithBrowse(
NULL, "Path:",
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined (__NetBSD__)
"/usr/share/man",
#else
"/usr/man",