projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2995d79
)
seems that proc{} is less tolerant than Proc.new{}
author
gc
<gc>
Thu, 19 Jan 2006 21:55:29 +0000
(21:55 +0000)
committer
gc
<gc>
Thu, 19 Jan 2006 21:55:29 +0000
(21:55 +0000)
bin/booh
patch
|
blob
|
history
diff --git
a/bin/booh
b/bin/booh
index eb26318dd1198b269dac87e2faaedd2c29819d82..5b68c68e85cc0c5ecfba62c77dcb29d5e1e85201 100755
(executable)
--- a/
bin/booh
+++ b/
bin/booh
@@
-707,7
+707,7
@@
def gen_real_thumbnail(type, origfile, destfile, xmldir, size, img, infotype)
end
def popup_thumbnail_menu(event, optionals, fullpath, type, xmldir, attributes_prefix, possible_actions, closures)
end
def popup_thumbnail_menu(event, optionals, fullpath, type, xmldir, attributes_prefix, possible_actions, closures)
- distribute_multiple_call =
proc
{ |action, arg|
+ distribute_multiple_call =
Proc.new
{ |action, arg|
$selected_elements.each_key { |path|
$name2widgets[path][:img].pixbuf = $selected_elements[path][:pixbuf]
}
$selected_elements.each_key { |path|
$name2widgets[path][:img].pixbuf = $selected_elements[path][:pixbuf]
}