Opened 14 years ago

Last modified 9 years ago

#5631 new Bug report

Configuration file typos — at Version 1

Reported by: Sworddragon Owned by:
Priority: low Component: FileZilla Client
Keywords: Cc:
Component version: 3.12.0.2 Operating system type: Linux
Operating system version:

Description (last modified by Alexander Schuch)

The filezilla.xml has 2 typos to fix:

  1. <Setting name="Site Manager position" type="string">0 500 291 680 419 </Setting>

The value has a space at the end which isn't needed.

  1. <Setting name="File doubleclock action" type="number">2</Setting> and <Setting name="Dir doubleclock action" type="number">0</Setting>

doubleclock should be named doubleclick.

Change History (1)

comment:1 by Alexander Schuch, 9 years ago

Component version: 3.12.0.2
Description: modified (diff)
Operating system version: Ubuntu 10.10
$ grep '[^ ] <' filezilla.xml 
        <Setting name="Window position and size">0 349 101 1387 808 </Setting>
        <Setting name="Site Manager position">0 743 0 599 1018 </Setting>
        <Setting name="Filteredit window size">0 746 308 667 387 </Setting>
Note: See TracTickets for help on using tickets.