chiark / gitweb /
Bug fix
authorespen <espen>
Mon, 9 Jul 2007 12:50:21 +0000 (12:50 +0000)
committerespen <espen>
Mon, 9 Jul 2007 12:50:21 +0000 (12:50 +0000)
gtk/gtktypes.lisp

index 7d6566733c775669eada6df67d822dc0347531a2..883706de1f3ee1da63e10faab26404667b1a079f 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtktypes.lisp,v 1.55 2007/07/05 11:34:27 espen Exp $
+;; $Id: gtktypes.lisp,v 1.56 2007/07/09 12:50:21 espen Exp $
 
 (in-package "GTK")
 
@@ -878,8 +878,8 @@     (default-height :merge t :unbound -1)))
      :type selection-mode)
     (tree-view
      :allocation :virtual
-     :getter "gtk_tree_selection_get_mode"
-     :reader tree-selection-mode
+     :getter "gtk_tree_selection_get_tree_view"
+     :reader tree-selection-tree-view
      :type tree-view)))
 
   ("GtkComboBox"