From fdb774412ddd69ce24173f2c9ba2e84ca07601b0 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 7 Oct 2002 16:19:18 +0000 Subject: 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 --- shell/importer/evolution-importer-listener.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/importer/evolution-importer-listener.c') 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, -- cgit v1.2.3