summaryrefslogtreecommitdiff
path: root/audio/bmp/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'audio/bmp/patches/patch-am')
-rw-r--r--audio/bmp/patches/patch-am14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/bmp/patches/patch-am b/audio/bmp/patches/patch-am
new file mode 100644
index 00000000000..9cf6dbc535b
--- /dev/null
+++ b/audio/bmp/patches/patch-am
@@ -0,0 +1,14 @@
+$NetBSD: patch-am,v 1.1.1.1 2004/04/11 18:11:06 jmmv Exp $
+
+--- beep/textbox.c.orig Wed Dec 24 14:03:17 2003
++++ beep/textbox.c
+@@ -143,8 +143,8 @@ static gboolean textbox_should_scroll(Te
+ void textbox_set_text(TextBox * tb, gchar * text)
+ {
+
+- lock_widget(tb);
+ gchar *utf8text;
++ lock_widget(tb);
+ if (tb->tb_text) {
+ if (!strcmp(text, tb->tb_text)) {
+ unlock_widget(tb);