summaryrefslogtreecommitdiff
path: root/comms/grig/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'comms/grig/files/patch-ae')
-rw-r--r--comms/grig/files/patch-ae19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/grig/files/patch-ae b/comms/grig/files/patch-ae
new file mode 100644
index 000000000000..d11aaae5dee5
--- /dev/null
+++ b/comms/grig/files/patch-ae
@@ -0,0 +1,19 @@
+--- ./src/grig-druid-loc.c.orig Sun May 9 07:18:50 2004
++++ ./src/grig-druid-loc.c Sat Aug 14 15:39:16 2004
+@@ -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, 3);
+ gtk_entry_set_text (GTK_ENTRY (locatorwdg), g_strdup (loc));
+ }
+ #endif
+@@ -342,6 +342,7 @@
+ gtk_widget_set_sensitive (locatorwdg, FALSE);
+ break;
+ default:
++ break;
+ }
+ }
+ }