Ignore:
Timestamp:
May 7, 2011, 3:44:17 PM (13 years ago)
Author:
mlg
Message:

Changement in the file browsing
Jiwigo does not browse the user directory on startup (memory consumption is limited while the user does not use the file browser to search images).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/java/fr/mael/jiwigo/ui/search/ImageSearchPanel.java

    r8834 r10809  
    4949    public ImageSearchPanel() {
    5050        this.setLayout(new BorderLayout());
    51         fileTree = new FileTree(System.getProperty("user.home"));
     51        //      fileTree = new FileTree(System.getProperty("user.home"));
     52        fileTree = new FileTree(null);
    5253        fileTree.getTree().addTreeSelectionListener(this);
    5354        this.add(fileTree, BorderLayout.WEST);
Note: See TracChangeset for help on using the changeset viewer.