projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c0cbf2b
)
*** empty log message ***
author
gc
<gc>
Sun, 25 May 2008 14:42:39 +0000
(14:42 +0000)
committer
gc
<gc>
Sun, 25 May 2008 14:42:39 +0000
(14:42 +0000)
bin/booh
patch
|
blob
|
history
diff --git
a/bin/booh
b/bin/booh
index 4b663cd1e5630477dd994f36436c4f419c85a0e0..68baa3e340be3029f6acf47229118994cdc02e88 100755
(executable)
--- a/
bin/booh
+++ b/
bin/booh
@@
-542,7
+542,7
@@
_("Please specify the <b>seek time</b> of the video, to take the thumbnail
from, in seconds.
"))
dialog.vbox.add(lbl)
from, in seconds.
"))
dialog.vbox.add(lbl)
- dialog.vbox.add(entry = Gtk::Entry.new.set_text(value))
+ dialog.vbox.add(entry = Gtk::Entry.new.set_text(value
|| ''
))
entry.signal_connect('key-press-event') { |w, event|
if event.keyval == Gdk::Keyval::GDK_Return
dialog.response(Gtk::Dialog::RESPONSE_OK)
entry.signal_connect('key-press-event') { |w, event|
if event.keyval == Gdk::Keyval::GDK_Return
dialog.response(Gtk::Dialog::RESPONSE_OK)