aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-02-21 09:51:19 +0800
committerChris Toshok <toshok@src.gnome.org>2004-02-21 09:51:19 +0800
commit448ec0971a9b475a9d50fc9255a5f63ab911aed7 (patch)
tree4e6cfc4b81151b02686b7656b11d571ded1875d8 /addressbook/gui/contact-editor/e-contact-editor.c
parent7418c7f7e1af79441e2f46351f791f338fafec7b (diff)
downloadgsoc2013-evolution-448ec0971a9b475a9d50fc9255a5f63ab911aed7.tar
gsoc2013-evolution-448ec0971a9b475a9d50fc9255a5f63ab911aed7.tar.gz
gsoc2013-evolution-448ec0971a9b475a9d50fc9255a5f63ab911aed7.tar.bz2
gsoc2013-evolution-448ec0971a9b475a9d50fc9255a5f63ab911aed7.tar.lz
gsoc2013-evolution-448ec0971a9b475a9d50fc9255a5f63ab911aed7.tar.xz
gsoc2013-evolution-448ec0971a9b475a9d50fc9255a5f63ab911aed7.tar.zst
gsoc2013-evolution-448ec0971a9b475a9d50fc9255a5f63ab911aed7.zip
remove some spew.
2004-02-20 Chris Toshok <toshok@ximian.com> * gui/contact-editor/e-contact-editor.c (phone_entry_changed): remove some spew. svn path=/trunk/; revision=24824
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 8474e661e5..8d295c132e 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -778,7 +778,6 @@ phone_entry_changed (GtkWidget *widget, EContactEditor *editor)
else
return;
- printf ("gtk_entry_get_text(entry) == %s\n", (char*)gtk_entry_get_text(entry));
e_contact_set(editor->contact, editor->phone_choice[which - 1], (char*)gtk_entry_get_text(entry));
widget_changed (widget, editor);