conduit r1867 - in trunk: . conduit conduit/gtkui



Author: jstowers
Date: Thu Feb 12 19:24:04 2009
New Revision: 1867
URL: http://svn.gnome.org/viewvc/conduit?rev=1867&view=rev

Log:
2009-02-13  John Stowers  <john stowers gmail com>

	* AUTHORS: Add Alexandre.

	* conduit/Makefile.am:
	* conduit/gtkui/Makefile.am:
	Add new configuration system files. 
	Fixes #571506 (Manuel Rego Casasnovas)



Modified:
   trunk/AUTHORS
   trunk/ChangeLog
   trunk/conduit/Makefile.am
   trunk/conduit/gtkui/Makefile.am

Modified: trunk/AUTHORS
==============================================================================
--- trunk/AUTHORS	(original)
+++ trunk/AUTHORS	Thu Feb 12 19:24:04 2009
@@ -2,3 +2,4 @@
 johncarr:John Carr <john carr unrouted co uk>
 thomasvm:Thomas Van Machelen <thomas vanmachelen gmail com>
 jonnylamb:Jonny Lamb <jonnylamb jonnylamb com>
+arosenfeld:Alexandre Rosenfeld <airmind gmail com>

Modified: trunk/conduit/Makefile.am
==============================================================================
--- trunk/conduit/Makefile.am	(original)
+++ trunk/conduit/Makefile.am	Thu Feb 12 19:24:04 2009
@@ -8,6 +8,7 @@
 conduitdir = $(pythondir)/conduit
 conduit_PYTHON = \
 	Conduit.py \
+	Configurator.py \
 	Conflict.py \
 	Database.py \
 	DBus.py \

Modified: trunk/conduit/gtkui/Makefile.am
==============================================================================
--- trunk/conduit/gtkui/Makefile.am	(original)
+++ trunk/conduit/gtkui/Makefile.am	Thu Feb 12 19:24:04 2009
@@ -1,6 +1,8 @@
 conduitdir = $(pythondir)/conduit/gtkui
 conduit_PYTHON = \
 	Canvas.py \
+	ConfigContainer.py \
+	ConfigWidgets.py \
 	ConflictResolver.py \
 	Database.py \
 	__init__.py \
@@ -8,7 +10,8 @@
 	SimpleConfigurator.py \
 	Tree.py \
 	Util.py \
-	UI.py
+	UI.py \
+	WindowConfigurator.py
 
 clean-local:
 	rm -rf *.pyc *.pyo



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