diff options
author | Not Zed <NotZed@Ximian.com> | 2003-04-24 09:57:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-04-24 09:57:47 +0800 |
commit | c459d39bd317ebc54aca78823eb85f1c7f10c80d (patch) | |
tree | b256fd9b6518b74e9cd4a2097eab3c08e60f5f0a /composer/e-msg-composer.c | |
parent | 13220ad77b436beb069671e360a8fb1ecca8a7e8 (diff) | |
download | gsoc2013-evolution-c459d39bd317ebc54aca78823eb85f1c7f10c80d.tar.gz gsoc2013-evolution-c459d39bd317ebc54aca78823eb85f1c7f10c80d.tar.zst gsoc2013-evolution-c459d39bd317ebc54aca78823eb85f1c7f10c80d.zip |
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
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index c1fbf8ff1d..f3c9b04df1 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -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; |