diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-29 07:26:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-29 07:26:59 +0800 |
commit | ddbb5d882b691588573c60c5c41aa4cd33a25b76 (patch) | |
tree | 4fd54ba47f8f910b429f0e76090e504242d8f560 /widgets/shortcut-bar/ChangeLog | |
parent | c540870b0c5653363a06cf17fab33b7ffff49e78 (diff) | |
download | gsoc2013-evolution-ddbb5d882b691588573c60c5c41aa4cd33a25b76.tar gsoc2013-evolution-ddbb5d882b691588573c60c5c41aa4cd33a25b76.tar.gz gsoc2013-evolution-ddbb5d882b691588573c60c5c41aa4cd33a25b76.tar.bz2 gsoc2013-evolution-ddbb5d882b691588573c60c5c41aa4cd33a25b76.tar.lz gsoc2013-evolution-ddbb5d882b691588573c60c5c41aa4cd33a25b76.tar.xz gsoc2013-evolution-ddbb5d882b691588573c60c5c41aa4cd33a25b76.tar.zst gsoc2013-evolution-ddbb5d882b691588573c60c5c41aa4cd33a25b76.zip |
Fix a stupid crash in ::destroy that was my fault.
svn path=/trunk/; revision=5624
Diffstat (limited to 'widgets/shortcut-bar/ChangeLog')
-rw-r--r-- | widgets/shortcut-bar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog index 2b45fba9f8..58b315d2a8 100644 --- a/widgets/shortcut-bar/ChangeLog +++ b/widgets/shortcut-bar/ChangeLog @@ -1,3 +1,8 @@ +2000-09-28 Ettore Perazzoli <ettore@helixcode.com> + + * e-shortcut-bar.c (e_shortcut_bar_destroy): Disconnect the model + before freeing the group array. + 2000-09-26 Ettore Perazzoli <ettore@helixcode.com> * e-shortcut-bar.c (e_shortcut_bar_on_drag_data_delete): Emit the |