~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

Viewing changes to org/gudy/azureus2/ui/swt/views/tableitems/files/NameItem.java

MergedĀ VuzeĀ 4.2.0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                        }
91
91
                });
92
92
        }
 
93
 
 
94
        public void fillTableColumnInfo(TableColumnInfo info) {
 
95
                info.addCategories(new String[] {
 
96
                        CAT_CONTENT,
 
97
                });
 
98
        }
93
99
        
94
100
        public void postConfigLoad() {
95
101
                setInplaceEdit(getUserData("noInplaceEdit") == null);
117
123
                                        icon = null;
118
124
                                } else {
119
125
                                        // Don't ever dispose of PathIcon, it's cached and may be used elsewhere
120
 
                                        icon = ImageRepository.getPathIcon(fileInfo.getFile(true).getPath());
121
 
 
 
126
                                        icon = ImageRepository.getPathIcon(fileInfo.getFile(true).getPath(),
 
127
                                                        false, false);
122
128
                                }
123
129
 
124
130
                                // cheat for core, since we really know it's a TabeCellImpl and want to use