chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d1b6a54
)
Fixed typos
author
espen
<espen>
Tue, 6 May 2008 00:09:03 +0000
(
00:09
+0000)
committer
espen
<espen>
Tue, 6 May 2008 00:09:03 +0000
(
00:09
+0000)
gtk/gtktypes.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtktypes.lisp
b/gtk/gtktypes.lisp
index 3572b35f237d9b3a2f26646bb1234dcb4bb7b9ce..4a0a52ea9c07fda6d8fcaadba2665cc19b187a28 100644
(file)
--- 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.
;; 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.6
3 2008-04-11 18:40:2
3 espen Exp $
+;; $Id: gtktypes.lisp,v 1.6
4 2008-05-06 00:09:0
3 espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-572,7
+572,7
@@
(default-height :merge t :unbound -1)))
((active
:allocation :virtual
:getter "gtk_toggle_tool_button_get_active"
((active
:allocation :virtual
:getter "gtk_toggle_tool_button_get_active"
- :setter "gtk_toggle_tool_button_
g
et_active"
+ :setter "gtk_toggle_tool_button_
s
et_active"
:accessor toggle-tool-button-active-p
:initarg :active
:type boolean)))
:accessor toggle-tool-button-active-p
:initarg :active
:type boolean)))
@@
-849,7
+849,7
@@
(default-height :merge t :unbound -1)))
(current-folder
:allocation :virtual
:setter "gtk_file_chooser_set_current_folder"
(current-folder
:allocation :virtual
:setter "gtk_file_chooser_set_current_folder"
- :
s
etter "gtk_file_chooser_get_current_folder"
+ :
g
etter "gtk_file_chooser_get_current_folder"
:accessor file-chooser-current-folder
:initarg :current-folder
:type string)
:accessor file-chooser-current-folder
:initarg :current-folder
:type string)
@@
-863,7
+863,7
@@
(default-height :merge t :unbound -1)))
(current-folder-uri
:allocation :virtual
:setter "gtk_file_chooser_set_current_folder_uri"
(current-folder-uri
:allocation :virtual
:setter "gtk_file_chooser_set_current_folder_uri"
- :
s
etter "gtk_file_chooser_get_current_folder_uri"
+ :
g
etter "gtk_file_chooser_get_current_folder_uri"
:accessor file-chooser-current-folder-uri
:initarg :current-folder-uri
:type string)))
:accessor file-chooser-current-folder-uri
:initarg :current-folder-uri
:type string)))