diff options
-rw-r--r-- | addressbook/ChangeLog | 14 | ||||
-rw-r--r-- | addressbook/conduit/address-conduit.c | 2 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 4 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 4 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/e-contact-list-editor.c | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-table-adapter.c | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-minicard.c | 2 |
7 files changed, 22 insertions, 8 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 439418d246..d29872a9c4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,19 @@ 2001-10-29 Jon Trowbridge <trow@ximian.com> + * conduit/address-conduit.c (pre_sync): Comment out spew. + + * gui/contact-list-editor/e-contact-list-editor.c (fill_in_info): + Comment out spew. + + * gui/component/addressbook-component.c + (destination_folder_handle_drop): Comment out spew. + (get_dnd_selection): Comment out spew. + + * gui/widgets/e-addressbook-table-adapter.c + (addressbook_set_value_at): Comment out spew. + +2001-10-29 Jon Trowbridge <trow@ximian.com> + * gui/component/addressbook.c (update_command_state): Check that our BonoboUIComponent has a container so we don't get a lot of annoying debug spew. diff --git a/addressbook/conduit/address-conduit.c b/addressbook/conduit/address-conduit.c index 016c5495a9..ffbcaa2343 100644 --- a/addressbook/conduit/address-conduit.c +++ b/addressbook/conduit/address-conduit.c @@ -1086,7 +1086,7 @@ pre_sync (GnomePilotConduit *conduit, LOG ("---------------------------------------------------------\n"); LOG ("pre_sync: Addressbook Conduit v.%s", CONDUIT_VERSION); - g_message ("Addressbook Conduit v.%s", CONDUIT_VERSION); + /* g_message ("Addressbook Conduit v.%s", CONDUIT_VERSION); */ ctxt->dbi = dbi; ctxt->ebook = NULL; diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index c1585f0c17..b1815dc794 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -350,7 +350,7 @@ get_dnd_selection (EvolutionShellComponent *shell_component, int *selection_length_return, void *closure) { - g_print ("should get dnd selection for %s\n", physical_uri); + /* g_print ("should get dnd selection for %s\n", physical_uri); */ return NULL; } @@ -485,7 +485,7 @@ destination_folder_handle_drop (EvolutionShellComponentDndDestinationFolder *fol if (action == GNOME_Evolution_ShellComponentDnd_ACTION_LINK) return FALSE; /* we can't create links in our addressbook format */ - g_print ("in destination_folder_handle_drop (%s)\n", physical_uri); + /* g_print ("in destination_folder_handle_drop (%s)\n", physical_uri); */ card_list = e_card_load_cards_from_string_with_default_charset (data->bytes._buffer, "ISO-8859-1"); diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 66cc2463f0..3ec4cfbe4d 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -2468,7 +2468,7 @@ extract_info(EContactEditor *editor) &anniversary.year, &anniversary.month, &anniversary.day)) { - g_print ("%d %d %d\n", anniversary.year, anniversary.month, anniversary.day); + /* g_print ("%d %d %d\n", anniversary.year, anniversary.month, anniversary.day); */ gtk_object_set(GTK_OBJECT(card), "anniversary", &anniversary, NULL); @@ -2484,7 +2484,7 @@ extract_info(EContactEditor *editor) &bday.year, &bday.month, &bday.day)) { - g_print ("%d %d %d\n", bday.year, bday.month, bday.day); + /* g_print ("%d %d %d\n", bday.year, bday.month, bday.day); */ gtk_object_set(GTK_OBJECT(card), "birth_date", &bday, NULL); diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index 630d84cae0..e458aeee22 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -867,7 +867,7 @@ fill_in_info(EContactListEditor *editor) const char *dest_xml = e_iterator_get (email_iter); EDestination *dest; - g_message ("incoming xml: [%s]", dest_xml); + /* g_message ("incoming xml: [%s]", dest_xml); */ dest = e_destination_import (dest_xml); if (dest != NULL) { diff --git a/addressbook/gui/widgets/e-addressbook-table-adapter.c b/addressbook/gui/widgets/e-addressbook-table-adapter.c index 3fa92d2300..980e0adbcc 100644 --- a/addressbook/gui/widgets/e-addressbook-table-adapter.c +++ b/addressbook/gui/widgets/e-addressbook-table-adapter.c @@ -123,7 +123,7 @@ static void card_modified_cb (EBook* book, EBookStatus status, gpointer user_data) { - g_print ("%s: %s(): a card was modified\n", __FILE__, __FUNCTION__); + /* g_print ("%s: %s(): a card was modified\n", __FILE__, __FUNCTION__); */ if (status != E_BOOK_STATUS_SUCCESS) e_addressbook_error_dialog (_("Error modifying card"), status); } diff --git a/addressbook/gui/widgets/e-minicard.c b/addressbook/gui/widgets/e-minicard.c index db111b4ac7..0fd4428a0e 100644 --- a/addressbook/gui/widgets/e-minicard.c +++ b/addressbook/gui/widgets/e-minicard.c @@ -470,7 +470,7 @@ e_minicard_unrealize (GnomeCanvasItem *item) static void card_modified_cb (EBook* book, EBookStatus status, gpointer user_data) { - g_print ("%s: %s(): a card was modified\n", __FILE__, __FUNCTION__); + d(g_print ("%s: %s(): a card was modified\n", __FILE__, __FUNCTION__)); if (status != E_BOOK_STATUS_SUCCESS) e_addressbook_error_dialog (_("Error modifying card"), status); } |