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:
@ -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>
|
2003-04-22 Radek Doulik <rodo@ximian.com>
|
||||||
|
|
||||||
* e-msg-composer.c (add_attachments_handle_mime_part): added
|
* e-msg-composer.c (add_attachments_handle_mime_part): added
|
||||||
|
@ -2773,8 +2773,6 @@ map_default_cb (EMsgComposer *composer, gpointer user_data)
|
|||||||
bonobo_object_release_unref (pb, NULL);
|
bonobo_object_release_unref (pb, NULL);
|
||||||
|
|
||||||
if (!text || text[0] == '\0') {
|
if (!text || text[0] == '\0') {
|
||||||
printf ("grabbing focus in the To entry...\n");
|
|
||||||
|
|
||||||
bonobo_control_frame_control_activate (cf);
|
bonobo_control_frame_control_activate (cf);
|
||||||
|
|
||||||
g_free (text);
|
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));
|
subject = e_msg_composer_hdrs_get_subject (E_MSG_COMPOSER_HDRS (composer->hdrs));
|
||||||
|
|
||||||
if (!subject || subject[0] == '\0') {
|
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));
|
widget = e_msg_composer_hdrs_get_subject_entry (E_MSG_COMPOSER_HDRS (composer->hdrs));
|
||||||
gtk_widget_grab_focus (widget);
|
gtk_widget_grab_focus (widget);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user