[Rapier-commits] r138 - in trunk: debian src

rapier-commits at garage.maemo.org rapier-commits at garage.maemo.org
Wed Aug 15 10:45:09 EEST 2007


Author: pamadio
Date: 2007-08-15 10:45:08 +0300 (Wed, 15 Aug 2007)
New Revision: 138

Modified:
   trunk/debian/changelog
   trunk/src/rapier
Log:
Cursor not visible anymore in textview.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-10 15:25:02 UTC (rev 137)
+++ trunk/debian/changelog	2007-08-15 07:45:08 UTC (rev 138)
@@ -2,6 +2,7 @@
 
   * Adding a debug option.
   * Remote module management cosmetic.
+  * Cursor not visible anymore in textview.
 
  -- Pierre Amadio <pierre.amadio at libertysurf.fr>  Sun, 10 Jun 2007 14:45:06 +0200
 

Modified: trunk/src/rapier
===================================================================
--- trunk/src/rapier	2007-06-10 15:25:02 UTC (rev 137)
+++ trunk/src/rapier	2007-08-15 07:45:08 UTC (rev 138)
@@ -347,6 +347,7 @@
         self.textDisplay_scrolledWindow=gtk.ScrolledWindow()
         self.textDisplay_textview= gtk.TextView()
         self.textDisplay_textview.set_editable(False)
+        self.textDisplay_textview.set_cursor_visible(False)
         self.textDisplay_textview.connect('button-press-event',\
                                           self.button_press)
         self.textDisplay_textview.connect('button-release-event',\



More information about the Rapier-commits mailing list