removed debug printfs.

2003-04-23  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer.c (map_default_cb): removed debug printfs.

svn path=/trunk/; revision=20952
This commit is contained in:
Not Zed
2003-04-24 01:57:47 +00:00
committed by Michael Zucci
parent 13220ad77b
commit c459d39bd3
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-04-23 Not Zed <NotZed@Ximian.com>
* e-msg-composer.c (map_default_cb): removed debug printfs.
2003-04-22 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (add_attachments_handle_mime_part): added

View File

@ -2773,8 +2773,6 @@ map_default_cb (EMsgComposer *composer, gpointer user_data)
bonobo_object_release_unref (pb, NULL);
if (!text || text[0] == '\0') {
printf ("grabbing focus in the To entry...\n");
bonobo_control_frame_control_activate (cf);
g_free (text);
@ -2787,7 +2785,6 @@ map_default_cb (EMsgComposer *composer, gpointer user_data)
subject = e_msg_composer_hdrs_get_subject (E_MSG_COMPOSER_HDRS (composer->hdrs));
if (!subject || subject[0] == '\0') {
printf ("grabbing focus in the Subject entry...\n");
widget = e_msg_composer_hdrs_get_subject_entry (E_MSG_COMPOSER_HDRS (composer->hdrs));
gtk_widget_grab_focus (widget);
return;