[gtkmm/gtkmm-2-14] Fixed build with newer gtk+ versions
- From: Johannes Schmid <jhs src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-2-14] Fixed build with newer gtk+ versions
- Date: Thu, 13 Aug 2009 12:17:20 +0000 (UTC)
commit 4b0f0e85548e3eba568bd331d27a29ccd69fbbb4
Author: Johannes Schmid <jhs gnome org>
Date: Thu Aug 13 13:40:18 2009 +0200
Fixed build with newer gtk+ versions
ChangeLog | 4 ++++
tools/m4/convert_gtk.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6ef6ebb..d2f046d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2.14.5:
+2009-08-13 Johannes Schmid <jschmid openismus com>
+
+ * tools/m4/convert_gtk.m4: Fixed build with newer gtk+ version
+
2009-08-12 Johannes Schmid <jschmid openismus com>
* configure.ac:
diff --git a/tools/m4/convert_gtk.m4 b/tools/m4/convert_gtk.m4
index 6a544df..3c7f260 100644
--- a/tools/m4/convert_gtk.m4
+++ b/tools/m4/convert_gtk.m4
@@ -527,7 +527,7 @@ _CONVERSION(`const Glib::RefPtr<RecentInfo>&',`GtkRecentInfo*',__CONVERT_REFPTR_
_CONVERSION(`const Glib::RefPtr<const RecentInfo>&',`GtkRecentInfo*',__CONVERT_CONST_REFPTR_TO_P_SUN(Gtk::RecentInfo))
_CONVERSION(`Glib::StringArrayHandle&',`gchar**',`const_cast<gchar**>(($3).data())')
-_CONVERSION(`Glib::StringArrayHandle&',`const gchar**',`const_cast<const gchar**>(($3).data())')
+_CONVERSION(`Glib::StringArrayHandle&',`const gchar**',`const_cast<gchar**>(($3).data())')
_CONVERSION(`gchar**',`Glib::StringArrayHandle',`Glib::StringArrayHandle($3)')
#RecentManager
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]