Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Jun 12, 2003
1 parent ad1fbc7 commit ea9dfc0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion com/gallery/GalleryRemote/model/Album.java
Expand Up @@ -195,7 +195,7 @@ public void addPicture( File file ) {
*@param files the files to create the pictures from
*/
public void addPictures( File[] files ) {
this.addPictures(files, 0);
addPictures(files, 0);
}

/**
Expand Down
1 change: 0 additions & 1 deletion com/gallery/GalleryRemote/prefs/PreferencePanel.java
@@ -1,6 +1,5 @@
package com.gallery.GalleryRemote.prefs;

import com.gallery.GalleryRemote.GalleryProperties;
import com.gallery.GalleryRemote.MainFrame;

import javax.swing.*;
Expand Down
1 change: 0 additions & 1 deletion com/gallery/GalleryRemote/prefs/PreferencesDialog.java
@@ -1,6 +1,5 @@
package com.gallery.GalleryRemote.prefs;

import com.gallery.GalleryRemote.PropertiesFile;
import com.gallery.GalleryRemote.Log;
import com.gallery.GalleryRemote.GalleryRemote;
import com.gallery.GalleryRemote.MainFrame;
Expand Down
1 change: 0 additions & 1 deletion com/gallery/GalleryRemote/prefs/URLPanel.java
@@ -1,6 +1,5 @@
package com.gallery.GalleryRemote.prefs;

import com.gallery.GalleryRemote.GalleryProperties;
import com.gallery.GalleryRemote.Log;
import com.gallery.GalleryRemote.model.Gallery;

Expand Down

0 comments on commit ea9dfc0

Please sign in to comment.