conduit r1647 - in trunk: . conduit



Author: jstowers
Date: Tue Aug  5 12:30:47 2008
New Revision: 1647
URL: http://svn.gnome.org/viewvc/conduit?rev=1647&view=rev

Log:
	* conduit/defs.py.in: Specify a default browser when installed.
	Fixes #546343.


Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/conduit/defs.py.in

Modified: trunk/conduit/defs.py.in
==============================================================================
--- trunk/conduit/defs.py.in	(original)
+++ trunk/conduit/defs.py.in	Tue Aug  5 12:30:47 2008
@@ -5,5 +5,14 @@
 LOCALE_DIR = "@LOCALEDIR@"
 SHARED_DATA_DIR = "@PKGDATADIR@"
 SHARED_MODULE_DIR = "@MODULEDIR@"
+
+#
+# Platform specific implementations
+#
+
+#{gtkmozembed, webkit, system}
+BROWSER_IMPL = "gtkmozembed"
+
+#{GConf,Python}
 SETTINGS_IMPL = "GConf"
 



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