Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10776 Details for
Bug 19465
gmanedit doesn't correctly preview man pages, patch included.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to fix the errors.
preview.diff (text/plain), 646 bytes, created by
red0x
on 2003-04-17 03:38:13 UTC
(
hide
)
Description:
Proposed patch to fix the errors.
Filename:
MIME Type:
Creator:
red0x
Created:
2003-04-17 03:38:13 UTC
Size:
646 bytes
patch
obsolete
>--- src/callbacks.c.orig 2000-09-06 04:46:47.000000000 -0700 >+++ src/callbacks.c 2003-04-17 00:35:10.000000000 -0700 >@@ -821,13 +821,14 @@ > > if (datos==NULL) > { >- strcpy(command,"xterm -e man -l "); >+ // forget "xterm -e man -l", it doesn't work >+ strcpy(command,"xterm -e man "); > strcat(command,temp); > } > else > { > strcpy(command,datos); >- strcat(command," -l "); >+ strcat(command," "); > strcat(command,temp); > } > >@@ -851,6 +852,9 @@ > > if (bytes_written>0) > ejecuta(command); >+ // calling unlink here, without a pause, would cause the preview >+ //window to open, then close immediately >+ sleep(2); > unlink(temp); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19465
:
10775
| 10776