[glom] Remove now-unnecessary call to init_gtkmm.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Remove now-unnecessary call to init_gtkmm.
- Date: Thu, 1 Mar 2012 08:34:25 +0000 (UTC)
commit 35c56e83200fa63a627cc3bfbfd3d449204f568f
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Feb 15 10:43:25 2012 +0100
Remove now-unnecessary call to init_gtkmm.
* glom/application.cc: The latest gtkmm code in git master makes this
unnecessary.
ChangeLog | 7 +++++++
glom/application.cc | 1 -
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 462d731..97fd114 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-02-15 Murray Cumming <murrayc murrayc com>
+
+ Remove now-unnecessary call to init_gtkmm.
+
+ * glom/application.cc: The latest gtkmm code in git master makes this
+ unnecessary.
+
2012-02-13 Murray Cumming <murrayc murrayc com>
Application: Do not load documents twice.
diff --git a/glom/application.cc b/glom/application.cc
index 5000dc5..dae306d 100644
--- a/glom/application.cc
+++ b/glom/application.cc
@@ -41,7 +41,6 @@ Application::Application()
Glib::RefPtr<Application> Application::create()
{
- init_gtkmm();
return Glib::RefPtr<Application>( new Application() );
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]