From c5e634c2fd2e424dc8c1b6673500cad27727055f Mon Sep 17 00:00:00 2001 From: espen Date: Tue, 25 Nov 2008 22:11:08 +0000 Subject: [PATCH] Bug fix --- gtk/gtk.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtk.lisp b/gtk/gtk.lisp index cac25d0..0a7f354 100644 --- a/gtk/gtk.lisp +++ b/gtk/gtk.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: gtk.lisp,v 1.97 2008/11/19 07:53:50 espen Exp $ +;; $Id: gtk.lisp,v 1.98 2008/11/25 22:11:08 espen Exp $ (in-package "GTK") @@ -788,7 +788,7 @@ (text string)) #?(pkg-exists-p "gtk+-2.0" :atleast-version "2.6.0") -(defbinding combo-box-get-active-text () (or string null) +(defbinding combo-box-get-active-text () (or null string) (combo-box combo-box)) (defbinding combo-box-popup () nil -- 2.11.0