diff finch/libgnt/pygnt/gendef.sh @ 19419:6df41719037c

Utilize the message-history in dbus-gnt. So now, if you run pidgin (with dbus-support), and at a later time start dbus-gnt, it will contain all the message history for the conversations, which is really cool. Note: Samurai Jack is awesome!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 25 Aug 2007 10:33:00 +0000
parents 401c53d7702c
children
line wrap: on
line diff
--- a/finch/libgnt/pygnt/gendef.sh	Sat Aug 25 10:02:21 2007 +0000
+++ b/finch/libgnt/pygnt/gendef.sh	Sat Aug 25 10:33:00 2007 +0000
@@ -31,7 +31,9 @@
 rm -f gnt.def
 for file in $FILES
 do
+	echo -n "Generating definitions for ${file} ... "
 	python /usr/share/pygtk/2.0/codegen/h2def.py ../$file >> gnt.def
+	echo "Done"
 done
 
 # Remove the definitions about the enums