summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-05-05 16:54:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-05-05 16:54:13 (GMT)
commit2c6e4f3f3f15d1568e9dae407e32a217d8f7ab19 (patch)
tree629e7b0c7b11ba10f5e2b0394fc8efe968e4e3af /ChangeLog
parentad593ed12e5851d619cf1d921f0800378fb54d04 (diff)
Done not forget to allocate size for the view as soon as the size of its support change.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@529 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fab8a34..7fa5720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
15-05-05 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkgraphview.c:
+ Do not forget to allocate size for the view as soon as the size of its
+ support change. Remove old useless 'vmpa_t' fields.
+
+15-05-05 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/gtkgraphview.c:
* src/gtkext/gtkgraphview.h:
Fix some warnings during the compilation.