Hide the cursor on the chat view

This commit is contained in:
Marco Pesenti Gritti
2006-04-26 16:43:27 -04:00
parent bcfe586405
commit cc865bba52
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ class Chat(activity.Activity):
self._chat_view = richtext.RichTextView()
self._chat_view.connect("link-clicked", self.__link_clicked_cb)
self._chat_view.set_editable(False)
self._chat_view.set_cursor_visible(False)
sw.add(self._chat_view)
self._chat_view.show()
chat_vbox.pack_start(sw)