diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-08 00:19:18 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-08 00:19:18 +0800 |
commit | fdb774412ddd69ce24173f2c9ba2e84ca07601b0 (patch) | |
tree | 681ab46b10a0ad74752257c8f8785428c783c176 /shell/importer | |
parent | bda9596690687aab710bcb9e2ff89abd3b098618 (diff) | |
download | gsoc2013-evolution-fdb774412ddd69ce24173f2c9ba2e84ca07601b0.tar.gz 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/importer')
-rw-r--r-- | shell/importer/evolution-importer-listener.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/importer/evolution-importer-listener.c b/shell/importer/evolution-importer-listener.c index ea20431c9c..f67b963cbb 100644 --- a/shell/importer/evolution-importer-listener.c +++ b/shell/importer/evolution-importer-listener.c @@ -108,7 +108,6 @@ impl_GNOME_Evolution_ImporterListener_notifyResult (PortableServer_Servant serva listener = evolution_importer_listener_from_servant (servant); priv = listener->priv; - g_print ("Notified\n"); out_result = corba_result_to_evolution (result); if (priv->callback) { (priv->callback) (listener, out_result, more_items, |