summaryrefslogtreecommitdiff
path: root/ham/grig/patches
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2004-09-24 23:36:42 +0000
committerwulf <wulf@pkgsrc.org>2004-09-24 23:36:42 +0000
commitb63370d38eb6c3a0506018c95881db9537b414e8 (patch)
treeed5411c39625d1d102f768b66206fd68e472aa56 /ham/grig/patches
parent8c73a455d6cd63f368f628525f814fea1fd4a9dd (diff)
downloadpkgsrc-b63370d38eb6c3a0506018c95881db9537b414e8.tar.gz
Initial commit of grig, a graphical user interface to the Hamlib libraries
Diffstat (limited to 'ham/grig/patches')
-rw-r--r--ham/grig/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/ham/grig/patches/patch-aa b/ham/grig/patches/patch-aa
new file mode 100644
index 00000000000..9c336222eb2
--- /dev/null
+++ b/ham/grig/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/09/24 23:36:42 wulf Exp $
+
+--- src/grig-druid-loc.c.orig 2004-02-03 22:25:26.000000000 +1030
++++ src/grig-druid-loc.c 2004-02-03 22:25:42.000000000 +1030
+@@ -294,7 +294,7 @@
+ if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (radll))) {
+ longlat2locator (g_strtod (gtk_entry_get_text (GTK_ENTRY (lonwdg)), NULL),
+ g_strtod (gtk_entry_get_text (GTK_ENTRY (latwdg)), NULL),
+- loc);
++ loc, 6);
+ gtk_entry_set_text (GTK_ENTRY (locatorwdg), g_strdup (loc));
+ }
+ #endif