Compile Galeon 1.2 with Mozilla 1.5

BAM <[email protected]> Sun, 19 Oct 2003 15:15:20 -0400
Newsgroups gmane.comp.web.galeon.devel
Message-ID <1066590920.388.0.camel@vertigo>
I used --with-mozilla-snapshot=trunk, but I still needed this small
change to compile.

I guess this is still needed after all...

-- 
BAM - "I went to the museum where they had all the heads and arms from
the statues that are in all the other museums."
	-- Steven Wright
galeon-1.2-mozilla-1.5.patch (text/x-patch, 748 B)
diff -ruNw galeon-gnome1/src/mozilla/SideBar.cpp galeon-gnome1.ben/src/mozilla/SideBar.cpp
--- galeon-gnome1/src/mozilla/SideBar.cpp	2003-10-19 12:51:55.000000000 -0400
+++ galeon-gnome1.ben/src/mozilla/SideBar.cpp	2003-10-19 12:52:27.000000000 -0400
@@ -99,7 +99,6 @@
 //nsISidebar Impl.
 //------------------------------------------------------------------------------
 
-#if MOZILLA_SNAPSHOT < 12
 /* void setWindow (in nsIDOMWindowInternal aWindow); */
 NS_IMETHODIMP GSidebar::SetWindow(nsIDOMWindowInternal *aWindow)
 {
@@ -114,7 +113,6 @@
 
 	return SetWindow(aParent, PR_TRUE);
 }
-#endif
 
 /* void addPanel (in wstring aTitle, in string aContentURL, in string aCustomizeURL); */
 NS_IMETHODIMP GSidebar::AddPanel(const PRUnichar *aTitle,