[Galago-commits] r2614 - in trunk/galago-gtk-python: . src
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sun Mar 19 13:36:09 PST 2006
Author: chipx86
Date: 2006-03-19 13:36:05 -0800 (Sun, 19 Mar 2006)
New Revision: 2614
Modified:
trunk/galago-gtk-python/ChangeLog
trunk/galago-gtk-python/src/Makefile.am
Log:
When generating the defs, make sure we don't lose the (implements "...") lines for the ContactChooser objects.
Modified: trunk/galago-gtk-python/ChangeLog
===================================================================
--- trunk/galago-gtk-python/ChangeLog 2006-03-19 21:10:51 UTC (rev 2613)
+++ trunk/galago-gtk-python/ChangeLog 2006-03-19 21:36:05 UTC (rev 2614)
@@ -1,3 +1,9 @@
+Sun Mar 19 13:34:55 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * src/Makefile.am:
+ - When generating the defs, make sure we don't lose the (implements
+ "...") lines for the ContactChooser objects.
+
Sun Mar 19 13:10:24 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* src/galago-gtk.defs:
Modified: trunk/galago-gtk-python/src/Makefile.am
===================================================================
--- trunk/galago-gtk-python/src/Makefile.am 2006-03-19 21:10:51 UTC (rev 2613)
+++ trunk/galago-gtk-python/src/Makefile.am 2006-03-19 21:36:05 UTC (rev 2614)
@@ -62,6 +62,7 @@
-e 's/\(define-\(object\|method\|enum\)\) Gtk/\1 /g' \
-e 's/in-module "Galago"/in-module "GalagoGtk"/g' \
-e 's/GALAGO_TYPE_GTK/GALAGO_GTK_TYPE/g' \
+ -e 's/\(gtype-id "GALAGO_GTK_TYPE_CONTACT_CHOOSER_\(DIALOG\|WIDGET\)")\)/\1\n (implements "GalagoGtkContactChooser")/g' \
galago-gtk.defs.tmp \
&& (if test 1 -eq 2 -a -e galago-gtk.defs; then \
python $(datadir)/pygtk/2.0/codegen/mergedefs.py \
More information about the galago-commits
mailing list