[glibmm/gmmproc-refactor] Fixup types before putting them into conversions.



commit 00902be2d01a06ec6a579df15544213c035f79fb
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Thu Jun 14 04:08:44 2012 +0200

    Fixup types before putting them into conversions.

 tools/pm/Common/TypeInfo/Global.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/pm/Common/TypeInfo/Global.pm b/tools/pm/Common/TypeInfo/Global.pm
index 072f006..a656d0b 100644
--- a/tools/pm/Common/TypeInfo/Global.pm
+++ b/tools/pm/Common/TypeInfo/Global.pm
@@ -912,8 +912,8 @@ sub add_infos_from_file ($$)
             }
             elsif ($line =~ /^(.+?)\s*=>\s*(.+):$/)
             {
-              $from = $1;
-              $to = $2;
+              $from = Common::Shared::_type_fixup ($1);
+              $to = Common::Shared::_type_fixup ($2);
               $expect_brace = 1;
             }
             elsif ($line =~ /^(.+?)\s*<=>\s*(.+?)\s*##\s*(.+?)$/)



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