summaryrefslogtreecommitdiff
path: root/editors/gxedit/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gxedit/files/patch-ac')
-rw-r--r--editors/gxedit/files/patch-ac17
1 files changed, 13 insertions, 4 deletions
diff --git a/editors/gxedit/files/patch-ac b/editors/gxedit/files/patch-ac
index 8fb2be58fca8..364dc26f4e09 100644
--- a/editors/gxedit/files/patch-ac
+++ b/editors/gxedit/files/patch-ac
@@ -1,6 +1,15 @@
---- gxedit.c.orig Thu Sep 17 07:15:24 1998
-+++ gxedit.c Thu Sep 17 07:15:54 1998
-@@ -6599,6 +6599,7 @@
+--- gxedit.c.orig Fri Oct 30 19:55:24 1998
++++ gxedit.c Wed Nov 4 16:27:37 1998
+@@ -4482,7 +4482,7 @@
+ }
+ fputs((char *)gtk_editable_get_chars(GTK_EDITABLE (text), 0, gtk_text_get_length(GTK_TEXT(text))),fd);
+ if(fd!=NULL) fclose(fd);
+- sprintf(temp, "/usr/bin/emacs %s &", tmp_name);
++ sprintf(temp, "/usr/local/bin/emacs %s &", tmp_name);
+ system(temp);
+ }
+
+@@ -6765,6 +6765,7 @@
if(tooltips)
gtk_tooltips_set_tip(tips, menuitem, "HTML reference", "");
@@ -8,7 +17,7 @@
menuitem = gtk_menu_item_new_with_label("System information");
gtk_menu_append(GTK_MENU(menu), menuitem);
gtk_signal_connect_object(GTK_OBJECT(menuitem), "activate",
-@@ -6606,6 +6607,7 @@
+@@ -6772,6 +6773,7 @@
gtk_widget_show(menuitem);
if(tooltips)
gtk_tooltips_set_tip(tips, menuitem, "Run Xproc", "");