summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches/patch-af
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-22 12:20:51 +0000
committerwiz <wiz@pkgsrc.org>2017-02-22 12:20:51 +0000
commit5426a400ac2bf97bb019b05fb5336a2a81fe03eb (patch)
tree59b2d75f87216074f40407b370158575ca030332 /wm/fluxbox/patches/patch-af
parentc6d730c4d401b1f24569f5efde66ed68bb4de85b (diff)
downloadpkgsrc-5426a400ac2bf97bb019b05fb5336a2a81fe03eb.tar.gz
Updated fluxbox to 1.3.7.
Set LICENSE. Version 1.3.7 is a bug fix release. Critical Bugfixes: * Segfault on startup (mostly *BSD) * Segfault on shutdown * Segfault on clicking the Remember menu * Menu crops on TypeAhead Minor Bugfixes: * _NET_REQUEST_FRAME_EXTENTS * Working autorepeat keys * Working vertical rotated Tabs and Toolbar * Proper size of titlebar buttons on restart / detaching tabs * Missing windowmenu works again * Several glitches in the menu * Correct handling of 'maximized' statement in the apps file Features: * The improved TypeAhead sytem is not limited to matches on beginning of menu items anymore, the behavior is configurable: - Nowhere - disables TypeAhead support - ItemStart - matches typed text only at the start of a menu item - Somewhere - matches typed text somewhere in a menu item (Currently this is a configfile-only option) * Minor tweaks to the i18n system * Updated turkish translations End User unrelated: * Code refactoring and cleanup, assisted by Coverity and clang static code analysis
Diffstat (limited to 'wm/fluxbox/patches/patch-af')
-rw-r--r--wm/fluxbox/patches/patch-af10
1 files changed, 5 insertions, 5 deletions
diff --git a/wm/fluxbox/patches/patch-af b/wm/fluxbox/patches/patch-af
index 0e9c7374a35..87c2e282cd4 100644
--- a/wm/fluxbox/patches/patch-af
+++ b/wm/fluxbox/patches/patch-af
@@ -1,10 +1,10 @@
-$NetBSD: patch-af,v 1.4 2007/01/15 17:41:28 tonio Exp $
+$NetBSD: patch-af,v 1.5 2017/02/22 12:20:51 wiz Exp $
---- src/FbTk/I18n.cc.orig 2007-01-15 17:54:14.000000000 +0100
+--- src/FbTk/I18n.cc.orig 2015-02-08 10:44:45.000000000 +0000
+++ src/FbTk/I18n.cc
-@@ -76,7 +76,9 @@ void NLSInit(const char *catalog) {
- I18n::I18n():m_multibyte(false), m_utf8_translate(false), m_catalog_fd((nl_catd)(-1)) {
- #ifdef HAVE_SETLOCALE
+@@ -209,7 +209,9 @@ void I18n::init(const char* catalog) {
+ I18n::I18n() : m_multibyte(false), m_utf8_translate(false) {
+ #if defined(HAVE_SETLOCALE) && defined(NLS)
//make sure we don't get 0 to m_locale string
- char *temp = setlocale(LC_MESSAGES, "");
+ char *temp;