[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [gftp] a new svn repo with recent updates
- To: gftp-users@xxxxxxxx
- Subject: Re: [gftp] a new svn repo with recent updates
- From: Qianqian Fang <fangqq@xxxxxxxxx>
- Date: Sun, 28 Mar 2010 11:20:21 -0400
- Cc: Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: gftp-users-outgoing@xxxxxxxx
- Delivered-to: gftp-users@xxxxxxxx
- Delivery-date: Sun, 28 Mar 2010 11:20:36 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=maL1G5/STZbgliknmQjYuxlvGj+wl1ORHus0+CB14Mk=; b=SAbmmqkcvD+6tJwV7l8U5A3zoOcv/C/eMKOxDcta3zdcEDgPMkcqhmxoTeO8EasobG mGyqrVXSD/iDgOsv7ySUWlUy49nzhdhHj+/NApVF2DqkCAAmhSkFK1ymYXRwcZHZRH3l aF3jM1YFyn1DID9WI+zw9ORswe/2SrRBnvT9A=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=pgd9TLEpNICUQSLyXfgKxzW717dHZcytaEazV4ybdpdE+t0R8NtU+H/Or6mDUFW88D jaRkJcg1XYxXIqQUKiTwOnVOFt2qzpBwwC9l5WmRBe8oid1CskyRp5k5KoRR+0T8IJJJ lq/S0mvJDx1p4KCWbVzVGSzBA/pNYFHlhaKVg=
- In-reply-to: <tkrat.9fd288659da0d6b2@xxxxxxxxxxxxxxxxxxx>
- References: <4BABBA69.5020908@xxxxxxxxx> <tkrat.9fd288659da0d6b2@xxxxxxxxxxxxxxxxxxx>
- Reply-to: gftp-users@xxxxxxxx
- Sender: owner-gftp-users@xxxxxxxx
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9pre) Gecko/20100209 Shredder/3.0.2pre
On 03/28/2010 07:35 AM, Helmut Jarausch wrote:
Hi Qianqian,
I've tried your patched version of gftp.
I think I've found a small bug.
When I select more than one file and then
use the right mouse button to display the menu,
the selection gets lost except the one on which
I pressed the right mouse button.
That's a regression w.r.t. to the original version of gftp.
hi Helmut
The only item in the popup menu that works for multiple
selection is Delete. All other options raise an error.
To keep this option, I made the following change:
when you right click on a selected item (can be one
of the multiple selected items), the original selection
will be kept. Otherwise, the old selection is destroyed.
please update from svn and test this. the diff can be
found at
https://orbit.nmr.mgh.harvard.edu/plugins/scmsvn/viewcvs.php?root=gftp&rev=1008&view=rev
Thanks for looking into it,
Helmut.