GNOME Bugzilla – Bug 612205
Ctrl-C not working in the topic
Last modified: 2010-10-28 13:24:07 UTC
If I select a portion of the topic and press Ctrl-C, it is not copied. Only right click -> copy works. empathy 2.29.91.2
Fixed in repo: git://vminko.org/empathy branch: fix-612205
Created attachment 173356 [details] [review] proposed fix
Review of attachment 173356 [details] [review]: Looks good. Just a leak to fix. ::: libempathy-gtk/empathy-chat.c @@ +3403,3 @@ + start = g_utf8_offset_to_pointer (topic, start_offset); + end = g_utf8_offset_to_pointer (topic, end_offset); + selection = g_strndup (start, end - start); selection is leaked.
Fixed in fix-612205-v2
Cool, merged; thanks! This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.