summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gnophone/files/gnophone-0.2.4-casecompile.patch')
-rw-r--r--net-im/gnophone/files/gnophone-0.2.4-casecompile.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/gnophone/files/gnophone-0.2.4-casecompile.patch b/net-im/gnophone/files/gnophone-0.2.4-casecompile.patch
new file mode 100644
index 000000000000..aa21110676cc
--- /dev/null
+++ b/net-im/gnophone/files/gnophone-0.2.4-casecompile.patch
@@ -0,0 +1,10 @@
+--- src/gnophone_gui.c.orig 2001-11-10 07:48:15.000000000 +1100
++++ src/gnophone_gui.c 2006-02-05 10:56:26.000000000 +1100
+@@ -1395,7 +1395,6 @@
+ case GDK_BUTTON_RELEASE:
+ p->moving = 0;
+ break;
+- default:
+ }
+ return FALSE;
+ }