--- src/ui/clipboard.cpp.orig 2011-11-21 22:21:14.435965906 +0000 +++ src/ui/clipboard.cpp 2011-11-21 22:21:37.263965905 +0000 @@ -246,9 +246,7 @@ if (tools_isactive(desktop, TOOLS_TEXT)) { _discardInternalClipboard(); Glib::ustring selected_text = sp_text_get_selected_text(desktop->event_context); - if (!selected_text.empty()) { - _clipboard->set_text(selected_text); - } + _clipboard->set_text(selected_text); if (_text_style) { sp_repr_css_attr_unref(_text_style); _text_style = NULL;