summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-06-04 09:26:09 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-06-04 09:26:09 +0200
commit1e71387941c956cd898a7d114911d0416c4f1666 (patch)
tree277bdc622b97d9face6b3771ac384ff2b689d71d /ChangeLog
parent13b404de982c56021ff16118c2c7790eb6237f1e (diff)
downloadglibmm-1e71387941c956cd898a7d114911d0416c4f1666.tar.gz
Glib::MainContext: Fix a small error in the documentation of acquire().
* glib/glibmm/main.h: Change "context is the owner" to "thread is the owner".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 954817a3..1f3420c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2013-06-04 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
+ Glib::MainContext: Fix a small error in the documentation of acquire().
+
+ * glib/glibmm/main.h: Change "context is the owner" to "thread is the owner".
+
+2013-06-04 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
+
tests: Fix the glibmm_mainloop test.
* tests/glibmm_mainloop/main.cc: Make it work as expected whichever thread