*** backends/Makefile.am.orig2	2003-10-14 15:34:42.000000000 +1300
--- backends/Makefile.am	2003-10-14 15:34:24.000000000 +1300
***************
*** 37,44 ****
  backend-associatrix.dll: backend-associatrix.cs $(dashboard_exe) backend-addressbook.dll
  	$(CSC) $(LIBFLAGS) -out:backend-associatrix.dll backend-associatrix.cs -r:glib-sharp.dll -r:backend-addressbook.dll
  
! backend-documents.dll: backend-documents.cs $(dashboard_exe)
! 	$(CSC) $(LIBFLAGS) -out:backend-documents.dll backend-documents.cs -r:../index/index-manager.dll
  
  backend-htmlindex.dll: backend-htmlindex.cs $(dashboard_exe)
  	$(CSC) $(LIBFLAGS) -out:backend-htmlindex.dll backend-htmlindex.cs -r:../index/index-manager.dll
--- 37,44 ----
  backend-associatrix.dll: backend-associatrix.cs $(dashboard_exe) backend-addressbook.dll
  	$(CSC) $(LIBFLAGS) -out:backend-associatrix.dll backend-associatrix.cs -r:glib-sharp.dll -r:backend-addressbook.dll
  
! backend-documents.dll: backend-documents.cs $(dashboard_exe) ../engine/gnome.cs
! 	$(CSC) $(LIBFLAGS) -out:backend-documents.dll backend-documents.cs ../engine/gnome.cs -r:../index/index-manager.dll
  
  backend-htmlindex.dll: backend-htmlindex.cs $(dashboard_exe)
  	$(CSC) $(LIBFLAGS) -out:backend-htmlindex.dll backend-htmlindex.cs -r:../index/index-manager.dll
*** backends/backend-documents.cs.orig	2003-10-14 15:32:03.000000000 +1300
--- backends/backend-documents.cs	2003-10-14 15:31:34.000000000 +1300
***************
*** 2,7 ****
--- 2,8 ----
  using System.IO;
  using System.Collections;
  
+ using Gnome;
  using Dashboard.Index;
  
  namespace Dashboard {
***************
*** 81,87 ****
  				string html = "<table border=0 width=100%><tr><td><h2><u>Related Documents</u></h2></td></tr></table>";
  
  				foreach (IndexMatch match in matches) {
! 					string icon = Gnome.Icon.LookupByURI (match.Source.URI);
  					if (icon == null) {
  						icon = "internal:document.png";
  					}
--- 82,89 ----
  				string html = "<table border=0 width=100%><tr><td><h2><u>Related Documents</u></h2></td></tr></table>";
  
  				foreach (IndexMatch match in matches) {
! 					// string icon = Gnome.Icon.LookupByURI (match.Source.URI);
! 					string icon = Icon.LookupByURI (match.Source.URI);
  					if (icon == null) {
  						icon = "internal:document.png";
  					}
