Another couple of patches



Hi guys,

The attached patch makes backend-htmlindex work with Epiphany
again (although I find this backend quite slow, it would be good
to have it index a page in the backend).  This somehow missed going
on my webpage.

It also adds a comment to the xchat2 plugin on how to compile it...

Cheers!

-- 
Andrew Ruthven
Senior Systems Engineer, Actrix Networks Ltd   -->   www.actrix.gen.nz
At Actrix puck actrix gen nz
At Home:  andrew etc gen nz

diff -ur -x CVS dashboard.orig/backends/backend-htmlindex.cs mine/dashboard/backends/backend-htmlindex.cs
--- dashboard.orig/backends/backend-htmlindex.cs	2003-07-29 11:49:36.000000000 +1200
+++ mine/dashboard/backends/backend-htmlindex.cs	2003-11-19 00:57:44.000000000 +1300
@@ -41,7 +41,7 @@
 				return null;
 			}
 
-			if (! cp.Frontend.Equals ("Epiphany Web Browser"))
+			if (! cp.Frontend.Equals ("Web Browser"))
 				return null;
 
 			Clue url = null;
diff -ur -x CVS dashboard.orig/frontends/xchat2-plugin.c mine/dashboard/frontends/xchat2-plugin.c
--- dashboard.orig/frontends/xchat2-plugin.c	1997-01-01 20:05:23.000000000 +1300
+++ mine/dashboard/frontends/xchat2-plugin.c	2003-11-10 14:29:00.000000000 +1300
@@ -6,6 +6,11 @@
  * Author:
  *    Nat Friedman <nat nat org>
  *
+ * Compile with (on Debian):
+ *   gcc -Wall -I/usr/include/xchat -I/usr/include/glib-2.0 \
+ *   -I/usr/lib/glib-2.0/include -shared xchat2-plugin.c    \
+ *   -o xchat2-dashboard-plugin.so
+ *
  */
 
 #include <glib.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]