Changeset 172 for trunk/src/org/thestaticvoid/iriverter/SingleVideo.java
- Timestamp:
- 10/25/08 01:05:37 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/thestaticvoid/iriverter/SingleVideo.java
r161 r172 33 33 34 34 public class SingleVideo extends Composite implements SelectionListener, TabItemControl, Job { 35 private CTabItem tabItem;36 35 private InputVideo inputVideo; 37 36 private MPlayerInfo inputVideoInfo; … … 44 43 public SingleVideo(Composite parent, int style, CTabItem tabItem, InputVideo inputVideo, String mplayerPath) throws Exception { 45 44 super(parent, style); 46 this.tabItem = tabItem;47 45 this.inputVideo = inputVideo; 48 46 this.mplayerPath = mplayerPath; … … 234 232 235 233 public void setTabItem(CTabItem tabItem) { 236 this.tabItem = tabItem;234 // empty 237 235 } 238 236
Note: See TracChangeset
for help on using the changeset viewer.
