diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-30 09:57:42 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-30 09:57:42 +0800 |
commit | b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3 (patch) | |
tree | c0bf12b2397f9c0b2851f2cb0b144922b490d45c /addressbook/gui/widgets | |
parent | 3ba36ef4083353f1cecebc7077288fdffe9793e9 (diff) | |
download | gsoc2013-evolution-b3e9e54480b8bbf1523b6b7c180ffd3c1e4de0e3.tar.gz 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/widgets')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-table-adapter.c | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-minicard.c | 2 |
2 files changed, 2 insertions, 2 deletions
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); } |