1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-fm/vide/files/patch-af
Alexander Langer 7aa69efc18 - USE_XLIB -> USE_X_PREFIX
- Use GTK_CONFIG instead of hardcoded gtk12-config
- Replace external rxvt/vim with more common xterm/vi
- Fix pkg/PLIST

No response from MAINTAINER.

PR:		19526
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-28 16:36:54 +00:00

12 lines
421 B
Plaintext

--- src/main_menu.c.orig Sat Jun 17 15:24:20 2000
+++ src/main_menu.c Sat Jun 17 15:56:55 2000
@@ -27,7 +27,7 @@
help_cb(GtkWidget *widget, gpointer data)
{
gchar help_command[NAME_MAX];
- g_snprintf(help_command, sizeof(help_command), "%s -e vim %s/vide%s.txt",
+ g_snprintf(help_command, sizeof(help_command), "%s -e vi %s/vide%s.txt",
cfg.xterm_command, cfg.config_dir, VERSION);
file_exec(help_command);