chiark / gitweb /
Bug fix
[clg] / gtk / gtktypes.lisp
index c762663c693c91d4375dff6dd0a82e1397e57dec..1927a52fd2b92e3eb9de674152ba08c6e2128362 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.48 2006-06-23 12:25:38 espen Exp $
+;; $Id: gtktypes.lisp,v 1.49 2006-08-14 13:57:37 espen Exp $
 
 (in-package "GTK")
 
@@ -998,7 +998,7 @@     (default-height :merge t :unbound -1)))
      :allocation :virtual
      :getter "gtk_toggle_action_get_active"
      :setter "gtk_toggle_action_set_active"
-     :initarg :active
+;     :initarg :active
      :accessor toggle-action-active-p
      :type boolean)))