diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-09-17 20:49:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-09-17 20:49:05 (GMT) |
commit | f32b173243cf46f8a9cf84b610139b3d4bd20803 (patch) | |
tree | a91c4bf2371a2ded8bd8605f979cb89664567b61 /ChangeLog | |
parent | 944fc0a5638bfe77fc65e514fbdd945d8a652635 (diff) |
Fixed a bug when splitting panels.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@263 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +12-09-17 Cyrille Bagard <nocbos@gmail.com> + + * plugins/python/androperms/androperms.py: + Change the destination area of the permissions panel. + + * src/gtkext/gtkdockstation.c: + Fix compilation warnings. Show the last added tab first. + + * src/gui/panels/panel.c: + Fix a bug when splitting panels. + 12-09-15 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |