aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-03-20 01:47:37 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-03-20 01:47:37 +0800
commitb54245206418ca079d14c2d01baead4328eed11b (patch)
tree257beee6350c9611130f3ac558c5ba221ac212ec /shell/ChangeLog
parent553bdcc9bd65b653f53145f75455890a314099c5 (diff)
downloadgsoc2013-evolution-b54245206418ca079d14c2d01baead4328eed11b.tar
gsoc2013-evolution-b54245206418ca079d14c2d01baead4328eed11b.tar.gz
gsoc2013-evolution-b54245206418ca079d14c2d01baead4328eed11b.tar.bz2
gsoc2013-evolution-b54245206418ca079d14c2d01baead4328eed11b.tar.lz
gsoc2013-evolution-b54245206418ca079d14c2d01baead4328eed11b.tar.xz
gsoc2013-evolution-b54245206418ca079d14c2d01baead4328eed11b.tar.zst
gsoc2013-evolution-b54245206418ca079d14c2d01baead4328eed11b.zip
Sigh. Fix a few really stupid crashes in EStorageSetView.
svn path=/trunk/; revision=8826
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 1f6dfbdad8..b66d3aacf4 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2001-03-19 Ettore Perazzoli <ettore@ximian.com>
+ * e-storage-set-view.c (init): Ooops. Initialize the
+ `drag_corba_source_context' member. correctly.
+ (table_drag_begin): Don't crash if queryInterface returns
+ `CORBA_OBJECT_NIL'.
+ (table_drag_end): Don't do anything if the
+ `drag_corba_source_interface' is `CORBA_OBJECT_NIL'.
+
+2001-03-19 Ettore Perazzoli <ettore@ximian.com>
+
* e-storage-set-view.c New members `drag_data',
`drag_corba_source_interface' and `drag_corba_source_context in
`EStorageSetViewPrivate'.