aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-component.c
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-30 09:57:42 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-30 09:57:42 +0800
commitb3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3 (patch)
treec0bf12b2397f9c0b2851f2cb0b144922b490d45c /addressbook/gui/component/addressbook-component.c
parent3ba36ef4083353f1cecebc7077288fdffe9793e9 (diff)
downloadgsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.gz
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.bz2
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.lz
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.xz
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.zst
gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.zip
Comment out spew.
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. svn path=/trunk/; revision=14401
Diffstat (limited to 'addressbook/gui/component/addressbook-component.c')
-rw-r--r--addressbook/gui/component/addressbook-component.c4
1 files changed, 2 insertions, 2 deletions
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");