1.0-alt3
- remove layout-policy attribute (bug #14945) - remove quit button from UI
This commit is contained in:
parent
93c91828ce
commit
f25f506824
@ -2,7 +2,7 @@
|
||||
|
||||
Name: alterator-net-eth
|
||||
Version: 1.0
|
||||
Release: alt2
|
||||
Release: alt3
|
||||
|
||||
Packager: Stanislav Ievlev <inger@altlinux.org>
|
||||
|
||||
@ -54,6 +54,10 @@ alterator module for tcp/ip connections configuration
|
||||
%_alterator_backend3dir/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 24 2008 Vladislav Zavjalov <slazav@altlinux.org> 1.0-alt3
|
||||
- remove layout-policy attribute (bug #14945)
|
||||
- remove quit button from UI
|
||||
|
||||
* Fri Feb 29 2008 Vladislav Zavjalov <slazav@altlinux.org> 1.0-alt2
|
||||
- removed () in ifaceinfo
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
(define (base-behaviour)
|
||||
(ifaces (when selected (update-interface (current-interface))))
|
||||
(c-button (when clicked (commit-interface "/net-eth" (current-interface))))
|
||||
(r-button (when clicked (update-interface (current-interface))))
|
||||
(q-button (when clicked (document:end))))
|
||||
(r-button (when clicked (update-interface (current-interface)))))
|
||||
|
@ -14,7 +14,7 @@
|
||||
;;
|
||||
(spacer)
|
||||
(label (_ "Interface") align "right")
|
||||
(document:id ifaces (combobox layout-policy 20 -1))
|
||||
(document:id ifaces (combobox))
|
||||
(spacer)
|
||||
|
||||
;;
|
||||
@ -62,8 +62,7 @@
|
||||
(or (global 'frame:next)
|
||||
(hbox align "center"
|
||||
(document:id c-button (button (_ "Apply")))
|
||||
(document:id r-button (button (_ "Reset")))
|
||||
(document:id q-button (button (_ "Quit")))))
|
||||
(document:id r-button (button (_ "Reset")))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
(common-behaviour)
|
||||
|
Loading…
x
Reference in New Issue
Block a user