File: dnd.dpatch

package info (click to toggle)
rox 2.2.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,628 kB
  • ctags: 3,426
  • sloc: ansic: 36,949; xml: 9,296; sh: 520; makefile: 125; python: 28; perl: 27
file content (19 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## dnd.dpatch by Francesco Paolo Lovergine <frankie@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad rox-2.1.6/ROX-Filer/src/dnd.c /tmp/dpep.gw4g56/rox-2.1.6/ROX-Filer/src/dnd.c
--- rox-2.1.6/ROX-Filer/src/dnd.c	2005-01-16 17:43:04.000000000 +0100
+++ /tmp/dpep.gw4g56/rox-2.1.6/ROX-Filer/src/dnd.c	2005-01-27 16:03:04.000000000 +0100
@@ -167,7 +167,7 @@
 	option_add_int(&o_dnd_middle_menu, "dnd_middle_menu", TRUE);
 
 	option_add_string(&o_dnd_uri_handler, "dnd_uri_handler",
-			"xterm -e wget $1");
+			"x-terminal-emulator -e wget $1");
 }
 
 /*			SUPPORT FUNCTIONS			*/