diff options
author | Chris Toshok <toshok@ximian.com> | 2004-02-21 09:51:19 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-02-21 09:51:19 +0800 |
commit | 448ec0971a9b475a9d50fc9255a5f63ab911aed7 (patch) | |
tree | 4e6cfc4b81151b02686b7656b11d571ded1875d8 /addressbook | |
parent | 7418c7f7e1af79441e2f46351f791f338fafec7b (diff) | |
download | gsoc2013-evolution-448ec0971a9b475a9d50fc9255a5f63ab911aed7.tar.gz 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')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6a917ef274..5289f2e667 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2004-02-20 Chris Toshok <toshok@ximian.com> + + * gui/contact-editor/e-contact-editor.c (phone_entry_changed): + remove some spew. + 2004-02-19 Chris Toshok <toshok@ximian.com> * gui/component/component-factory.c: s/HAVE_NSS/ENABLE_SMIME. 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); |