aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-10-08 00:19:18 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-10-08 00:19:18 +0800
commitfdb774412ddd69ce24173f2c9ba2e84ca07601b0 (patch)
tree681ab46b10a0ad74752257c8f8785428c783c176 /shell/ChangeLog
parentbda9596690687aab710bcb9e2ff89abd3b098618 (diff)
downloadgsoc2013-evolution-fdb774412ddd69ce24173f2c9ba2e84ca07601b0.tar
gsoc2013-evolution-fdb774412ddd69ce24173f2c9ba2e84ca07601b0.tar.gz
gsoc2013-evolution-fdb774412ddd69ce24173f2c9ba2e84ca07601b0.tar.bz2
gsoc2013-evolution-fdb774412ddd69ce24173f2c9ba2e84ca07601b0.tar.lz
gsoc2013-evolution-fdb774412ddd69ce24173f2c9ba2e84ca07601b0.tar.xz
gsoc2013-evolution-fdb774412ddd69ce24173f2c9ba2e84ca07601b0.tar.zst
gsoc2013-evolution-fdb774412ddd69ce24173f2c9ba2e84ca07601b0.zip
Change the selection mode to GTK_SELECTION_BROWSE so there is always a
* e-shell-importer.c (choose_importer_from_list): Change the selection mode to GTK_SELECTION_BROWSE so there is always a selection. The code here doesn't handle a NULL selection. [#31690] * e-shell-importer.c (import_cb): Only delay half a second (instead of 5 seconds) when getting EVOLUTION_IMPORTER_NOT_READY or EVOLUTION_IMPORTER_BUSY. * importer/evolution-importer-listener.c (impl_GNOME_Evolution_ImporterListener_notifyResult): Removed debugging message. svn path=/trunk/; revision=18332
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 70909f09ff..191c41699b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,18 @@
+2002-10-07 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-shell-importer.c (choose_importer_from_list): Change the
+ selection mode to GTK_SELECTION_BROWSE so there is always a
+ selection. The code here doesn't handle a NULL selection.
+ [#31690]
+
+ * e-shell-importer.c (import_cb): Only delay half a second
+ (instead of 5 seconds) when getting EVOLUTION_IMPORTER_NOT_READY
+ or EVOLUTION_IMPORTER_BUSY.
+
+ * importer/evolution-importer-listener.c
+ (impl_GNOME_Evolution_ImporterListener_notifyResult): Removed
+ debugging message.
+
2002-10-04 Chris Toshok <toshok@ximian.com>
* e-shell-folder-selection-dialog.c (delete_event_cb): new