From: espen Date: Mon, 9 Jul 2007 12:50:21 +0000 (+0000) Subject: Bug fix X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/208fcd26e9ba52635ca533d5ae9065d796fea666?hp=ee57d221d4e667527d0d2f1570bef53e7622730c Bug fix --- 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"