aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-03-27 19:49:52 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-03-27 19:49:52 +0800
commit18466caf145bbfee664af0fb65f7ce06d49ad327 (patch)
tree46e2fcb0efaa3e2f7f5d63206152efd05981c70e /widgets/misc/ChangeLog
parenta38bcb6f06001d658cf582c869bf2c3405f52289 (diff)
downloadgsoc2013-evolution-18466caf145bbfee664af0fb65f7ce06d49ad327.tar
gsoc2013-evolution-18466caf145bbfee664af0fb65f7ce06d49ad327.tar.gz
gsoc2013-evolution-18466caf145bbfee664af0fb65f7ce06d49ad327.tar.bz2
gsoc2013-evolution-18466caf145bbfee664af0fb65f7ce06d49ad327.tar.lz
gsoc2013-evolution-18466caf145bbfee664af0fb65f7ce06d49ad327.tar.xz
gsoc2013-evolution-18466caf145bbfee664af0fb65f7ce06d49ad327.tar.zst
gsoc2013-evolution-18466caf145bbfee664af0fb65f7ce06d49ad327.zip
Fix build breakage due to poorly placed preprocessor condition.
2007-03-27 Matthew Barnes <mbarnes@redhat.com> * widgets/misc/e-filter-bar.c (menubar_activated): Fix build breakage due to poorly placed preprocessor condition. svn path=/trunk/; revision=33326
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index ce2c894193..555c6c6133 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,5 +1,10 @@
2007-03-27 Matthew Barnes <mbarnes@redhat.com>
+ * e-filter-bar.c (menubar_activated): Fix build breakage due to
+ poorly placed preprocessor condition.
+
+2007-03-27 Matthew Barnes <mbarnes@redhat.com>
+
* e-filter-bar.c:
* e-multi-config-dialog.c:
Don't mix declarations and code (#405495).