aboutsummaryrefslogtreecommitdiffstats
path: root/editors/gxedit/files/patch-ac
blob: 364dc26f4e09b1fe8737c0d9da8c5e393b3afbc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- 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", "");
 
+ /*
  menuitem = gtk_menu_item_new_with_label("System information");
  gtk_menu_append(GTK_MENU(menu), menuitem);
  gtk_signal_connect_object(GTK_OBJECT(menuitem), "activate",
@@ -6772,6 +6773,7 @@
  gtk_widget_show(menuitem);
  if(tooltips)
   gtk_tooltips_set_tip(tips, menuitem, "Run Xproc", "");
+  */
 
  menuitem = gtk_menu_item_new_with_label("About GXedit");
  gtk_menu_append(GTK_MENU(menu), menuitem);