[glibmm] Correction to previous commit



commit e09d094fdf12f99a3f48401e89521ff2346bcdee
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jun 18 18:37:01 2009 +0200

    Correction to previous commit

 ChangeLog              |    4 ++--
 tools/pm/DocsParser.pm |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fc3b3a9..5cd4311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
 2009-06-18  Murray Cumming  <murrayc murrayc com>
 
-  Add debug output to hint that you *_docs.xmls needs a define-object.
+  Add debug output to hint that your .defs needs a define-object.
 	
 	* tools/pm/DocsParser.pm: lookup_object_of_method(),
 	* tools/pm/GtkDefs.pm: lookup_object(): Add debug output to hint that you 
-	need a define-object for each C GType in the *_docs.xml file, though I 
+	need a define-object for each C GType in the *.defs file, though I 
 	do not yet know why these are sometimes missing.
 
 2009-06-18  Murray Cumming  <murrayc murrayc com>
diff --git a/tools/pm/DocsParser.pm b/tools/pm/DocsParser.pm
index f56f30e..c78b671 100644
--- a/tools/pm/DocsParser.pm
+++ b/tools/pm/DocsParser.pm
@@ -501,7 +501,7 @@ sub lookup_object_of_method($$)
     else
     {
       print "DocsParser.pm:lookup_object_of_method(): Warning: GtkDefs::lookup_object() failed for function name=" . $name . "\n";
-      print "  This may be a missing define-object in a *_docs.xml file."
+      print "  This may be a missing define-object in a *.defs file."
     }
   }
 



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