summaryrefslogtreecommitdiff
path: root/games/quarry/patches/patch-src_gui-gtk_quarry-text-buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/quarry/patches/patch-src_gui-gtk_quarry-text-buffer.c')
-rw-r--r--games/quarry/patches/patch-src_gui-gtk_quarry-text-buffer.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/quarry/patches/patch-src_gui-gtk_quarry-text-buffer.c b/games/quarry/patches/patch-src_gui-gtk_quarry-text-buffer.c
new file mode 100644
index 00000000000..efae30c3ba7
--- /dev/null
+++ b/games/quarry/patches/patch-src_gui-gtk_quarry-text-buffer.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_gui-gtk_quarry-text-buffer.c,v 1.1 2012/11/16 00:50:39 joerg Exp $
+
+--- src/gui-gtk/quarry-text-buffer.c.orig 2012-11-15 15:16:11.000000000 +0000
++++ src/gui-gtk/quarry-text-buffer.c
+@@ -983,7 +983,7 @@ quarry_text_buffer_undo_entry_delete (Qu
+ }
+
+
+-inline gboolean
++gboolean
+ quarry_text_buffer_undo_entry_is_empty
+ (const QuarryTextBufferUndoEntry *undo_entry)
+ {