### Eclipse Workspace Patch 1.0
#P fileshare
Index: fileshare.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/fileshare/fileshare.module,v
retrieving revision 1.25
diff -u -r1.25 fileshare.module
--- fileshare.module	16 Mar 2007 16:36:27 -0000	1.25
+++ fileshare.module	20 Mar 2007 19:02:20 -0000
@@ -701,7 +701,7 @@
         }
         $output .= "</div>\n";
         // check for file extension to display alt doc icon
-        $exts = array('doc','xls','pdf','zip');
+        $exts = array('doc','xls','pdf','zip','ppt','vsd');
         $ext = in_array(substr($file[$x],-3),$exts) ? 'fs_'.substr($file[$x],-3).' ' : NULL;
         if ($download) {
           if ($node->_method) { 
Index: fileshare.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/fileshare/fileshare.css,v
retrieving revision 1.10
diff -u -r1.10 fileshare.css
--- fileshare.css	13 Mar 2007 22:12:44 -0000	1.10
+++ fileshare.css	20 Mar 2007 19:02:20 -0000
@@ -69,6 +69,12 @@
   div#fs a.fs_pdf {
     background: url(images/file-pdf.gif) left no-repeat;
     }
+  div#fs a.fs_ppt {
+    background: url(images/file-ppt.gif) left no-repeat;
+    }
+  div#fs a.fs_vsd {
+    background: url(images/file-vsd.gif) left no-repeat;
+    }
   div#fs a.fs_zip {
     background: url(images/file-zip.gif) left no-repeat;
     }
Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,1 @@
+.project
