From 208fcd26e9ba52635ca533d5ae9065d796fea666 Mon Sep 17 00:00:00 2001 From: espen Date: Mon, 9 Jul 2007 12:50:21 +0000 Subject: [PATCH] Bug fix --- gtk/gtktypes.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 64caa0c..a3857b5 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -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 @@ :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" -- 2.11.0