[glom] Adapt to the latest goocanvasmm API.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Adapt to the latest goocanvasmm API.
- Date: Wed, 26 Oct 2011 21:04:14 +0000 (UTC)
commit cad49f76cdcf486903610ff76e3d42626e43d57a
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Oct 26 23:02:33 2011 +0200
Adapt to the latest goocanvasmm API.
* glom/main.cc: Pass no arguments to init(), though I think I will
add the method overload back to goocanvasmm to avoid annoying people
too much.
ChangeLog | 8 ++++++++
glom/main.cc | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3cc978c..0f2f930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-10-26 Murray Cumming <murrayc murrayc com>
+ Adapt to the latest goocanvasmm API.
+
+ * glom/main.cc: Pass no arguments to init(), though I think I will
+ add the method overload back to goocanvasmm to avoid annoying people
+ too much.
+
+2011-10-26 Murray Cumming <murrayc murrayc com>
+
Avoid deprecated Gtk::HandleBox with latest gtkmm.
* glom/utility_widgets/sidebar.[h|cc]: Removed, because Gtk::HandleBox
diff --git a/glom/main.cc b/glom/main.cc
index e3a4e74..b91343f 100644
--- a/glom/main.cc
+++ b/glom/main.cc
@@ -504,7 +504,7 @@ main(int argc, char* argv[])
{
#ifndef GLOM_ENABLE_CLIENT_ONLY
Gsv::init();
- Goocanvas::init(PACKAGE_NAME, PACKAGE_VERSION, argc, argv);
+ Goocanvas::init();
#endif //!GLOM_ENABLE_CLIENT_ONLY
ev_init();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]