summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburquerque@gmail.com>2013-04-29 15:33:15 -0400
committerJosé Alburquerque <jaalburquerque@gmail.com>2013-04-29 15:33:15 -0400
commitdb52eb9ad6cd183b7e43e9d1647abba5eca66a68 (patch)
tree6dd607935852054a8399421b7fa3975826cded42 /ChangeLog
parent3f1caee7771fc29d18425978e75ffb94a60ad4fe (diff)
downloadglibmm-db52eb9ad6cd183b7e43e9d1647abba5eca66a68.tar.gz
DBusConnection: Correct a misplaced #endif G_OS_UNIX.
* gio/src/dbusconnection.hg: Move the #endif from below the call_finish _WRAP_METHOD() to below the non-cancellable call method declaration. It worked as it was because what was generated by gmmmproc was an #ifdef G_OS_UINX/#endif embedded in an outer #ifdef G_OS_UNIX/#endif but it's how it should be now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f090be48..e64b1990 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2013-04-29 José Alburquerque <jaalburquerque@gmail.com>
+ DBusConnection: Correct a misplaced #endif G_OS_UNIX.
+
+ * gio/src/dbusconnection.hg: Move the #endif from below the
+ call_finish _WRAP_METHOD() to below the non-cancellable call method
+ declaration. It worked as it was because what was generated by
+ gmmmproc was an #ifdef G_OS_UINX/#endif embedded in an outer #ifdef
+ G_OS_UNIX/#endif but it's how it should be now.
+
+2013-04-29 José Alburquerque <jaalburquerque@gmail.com>
+
Value: Remove unneeded whitespace in source files.
* glib/glibmm/value.cc: