[glibmm] Revert accidentally pushed commits.



commit c73eedc32e74237668e7ced4560ea7492796a29c
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Mon Mar 15 13:30:20 2010 -0400

    	Revert accidentally pushed commits.
    
    	* ChangeLog-ValueArrayTest:
    	* ChangeLog.local:
    	* tests/glibmm_valuearray/main.cc:
    	* tools/docextract_to_xml.pl: Revert accidentally pushed commits which
    	should be pushed with bugs that were filed.

 ChangeLog                       |   10 +
 ChangeLog-ValueArrayTest        |    6 -
 ChangeLog.local                 |   10 -
 tests/glibmm_valuearray/main.cc |    4 +-
 tools/docextract_to_xml.pl      |  385 ---------------------------------------
 5 files changed, 12 insertions(+), 403 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c426f75..b024961 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2010-03-15  José Alburquerque  <jaalburqu svn gnome org>
 
+	Revert accidentally pushed commits.
+
+	* ChangeLog-ValueArrayTest:
+	* ChangeLog.local:
+	* tests/glibmm_valuearray/main.cc:
+	* tools/docextract_to_xml.pl: Revert accidentally pushed commits which
+	should be pushed with bugs that were filed.
+
+2010-03-15  José Alburquerque  <jaalburqu svn gnome org>
+
 	Regenerate defs files.
 
 	* gio/src/gio_enums.defs:
diff --git a/tests/glibmm_valuearray/main.cc b/tests/glibmm_valuearray/main.cc
index 2fb3bd8..a905460 100644
--- a/tests/glibmm_valuearray/main.cc
+++ b/tests/glibmm_valuearray/main.cc
@@ -46,7 +46,7 @@ int main(int, char**)
       break;
     }
 
-    Glib::Value<int>& int_val = static_cast< Glib::Value<int>& >(value);
+    Glib::Value<int> int_val = static_cast< Glib::Value<int>& >(value);
     std::cout << int_val.get() << " ";
   }
   std::cout << std::endl; // End of line for list of array elements.
@@ -68,7 +68,7 @@ int main(int, char**)
       break;
     }
 
-    Glib::Value<int>& int_val = static_cast< Glib::Value<int>& >(value);
+    Glib::Value<int> int_val = static_cast< Glib::Value<int>& >(value);
     std::cout << int_val.get() << " ";
   }
   std::cout << std::endl; // End of line for list of array elements.



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