[glom] 1.12.0
- From: Murray Cumming <murrayc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glom] 1.12.0
- Date: Fri, 25 Sep 2009 09:25:12 +0000 (UTC)
commit eccde554be585af1563fe5ea4dd54659ae0a2508
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Sep 25 11:24:44 2009 +0200
1.12.0
ChangeLog | 2 ++
glom/utility_widgets/flowtable.cc | 2 +-
tests/import/test_parsing.cc | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 76c4fac..311969e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.12.0:
+
2009-09-25 Murray Cumming <murrayc murrayc com>
Command spawning: Really check the return value.
diff --git a/glom/utility_widgets/flowtable.cc b/glom/utility_widgets/flowtable.cc
index d3a182e..c6e9ace 100644
--- a/glom/utility_widgets/flowtable.cc
+++ b/glom/utility_widgets/flowtable.cc
@@ -921,7 +921,7 @@ void FlowTable::set_padding(guint padding)
bool FlowTable::child_is_visible(const Gtk::Widget* widget) const
{
- #if GTKMM_MICRO_VERSION >= 11
+ #if GTKMM_MINOR_VERSION >= 11
return widget && widget->get_visible();
#else
return widget && widget->is_visible();
diff --git a/tests/import/test_parsing.cc b/tests/import/test_parsing.cc
index 30bdb3f..3c8299b 100644
--- a/tests/import/test_parsing.cc
+++ b/tests/import/test_parsing.cc
@@ -37,7 +37,7 @@ bool check_tokens(const std::string& regex)
#ifdef GLIBMM_EXCEPTIONS_ENABLED
try
{
- check = Glib::Regex::create(regex)
+ check = Glib::Regex::create(regex);
}
catch(const Glib::Error& ex)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]