diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 19:43:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 19:43:52 +0800 |
commit | 2a9973b6fb45980836115bdbb0a05f0478d0a08e (patch) | |
tree | 703d6b0be77df929834d16d107788ad69f419042 /shell/ChangeLog | |
parent | 2990822b331d03ae98a2dbbc5fe07622aba5f005 (diff) | |
download | gsoc2013-evolution-2a9973b6fb45980836115bdbb0a05f0478d0a08e.tar gsoc2013-evolution-2a9973b6fb45980836115bdbb0a05f0478d0a08e.tar.gz gsoc2013-evolution-2a9973b6fb45980836115bdbb0a05f0478d0a08e.tar.bz2 gsoc2013-evolution-2a9973b6fb45980836115bdbb0a05f0478d0a08e.tar.lz gsoc2013-evolution-2a9973b6fb45980836115bdbb0a05f0478d0a08e.tar.xz gsoc2013-evolution-2a9973b6fb45980836115bdbb0a05f0478d0a08e.tar.zst gsoc2013-evolution-2a9973b6fb45980836115bdbb0a05f0478d0a08e.zip |
Fix a crash that happened when dragging a folder that didn't have a
component associated with it.
svn path=/trunk/; revision=10656
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 98a719d656..396a50fa72 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (tree_drag_begin): If the node doesn't have + a component, just don't start the whole CORBA drag thing instead + of crashing with an assertion. + +2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view-menu.c (command_new_shortcut): New, implementation for the "New Shortcut" command create a new shortcut. (goto_folder_dialog_cancelled_cb): Renamed from |