2007-05-08 Murray Cumming <murrayc@murrayc.com>
[modest] / src / maemo / modest-msg-view-window.c
index 57f6c0a..2f9dc9b 100644 (file)
@@ -1183,7 +1183,7 @@ modest_msg_view_window_clipboard_owner_change (GtkClipboard *clipboard,
        parent_priv = MODEST_WINDOW_GET_PRIVATE (window);
        selection = gtk_clipboard_wait_for_text (clipboard);
 
-       g_message ("SELECTION %s", selection);
+       /* g_message ("SELECTION %s", selection); */
        is_address = ((selection != NULL) && (modest_text_utils_validate_recipient (selection)));
        g_free (selection);