diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 21:31:30 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 21:31:30 +0000 |
commit | 4fe8539a863881598fa6699982ece972c514987b (patch) | |
tree | 0fcdf72aa30a2261700a7ace1178cbfb82eff692 /comms/grig/files/patch-ae | |
parent | ed3ba41aa3779146fc23a9d529a242cd700fd111 (diff) | |
download | ports-4fe8539a863881598fa6699982ece972c514987b.tar.gz ports-4fe8539a863881598fa6699982ece972c514987b.zip |
Notes
Diffstat (limited to 'comms/grig/files/patch-ae')
-rw-r--r-- | comms/grig/files/patch-ae | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/comms/grig/files/patch-ae b/comms/grig/files/patch-ae deleted file mode 100644 index d11aaae5dee5..000000000000 --- a/comms/grig/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ ---- ./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; - } - } - } |