Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61846 Details for
Bug 96949
pyfloppy is a rather nice GUI based floppy formatting tool (ext2 and fat)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixdeplocations-pyfloppy-1.1.patch
fixdeplocations-pyfloppy-1.1.patch (text/plain), 705 bytes, created by
Dylan Wakefield
on 2005-06-24 08:52:19 UTC
(
hide
)
Description:
fixdeplocations-pyfloppy-1.1.patch
Filename:
MIME Type:
Creator:
Dylan Wakefield
Created:
2005-06-24 08:52:19 UTC
Size:
705 bytes
patch
obsolete
>--- pyfloppy.py 2005-06-24 17:46:43.000000000 +1000 >+++ pyfloppy.py 2005-06-24 15:47:56.000000000 +1000 >@@ -246,7 +246,7 @@ > self.fs_lab.grid(row=0, column=0, sticky='w') > self.ext2b = Radiobutton(fsframe, variable=self.fs, value='/sbin/mke2fs', text=_('ext2'), command=self.toggle_fs) > self.ext2b.grid(row=0, column=1) >- self.dosb = Radiobutton(fsframe, variable=self.fs, value='/sbin/mkdosfs -v', text=_('dos'), command=self.toggle_fs) >+ self.dosb = Radiobutton(fsframe, variable=self.fs, value='/usr/sbin/mkdosfs -v', text=_('dos'), command=self.toggle_fs) > self.dosb.grid(row=0, column=2, padx=20) > > #####################################
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 96949
:
61845
|
61846
|
93120
|
104912
|
104913