projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e732f1c
)
*** empty log message ***
author
gc
<gc>
Mon, 17 Mar 2008 21:22:11 +0000
(21:22 +0000)
committer
gc
<gc>
Mon, 17 Mar 2008 21:22:11 +0000
(21:22 +0000)
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index 57606fb860a82be42f45b122cf4b8b951ab2497c..acaf6132acfec9180e578a3e4d78c66cf17b8ebc 100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-1233,7
+1233,9
@@
def execute
nil,
[Gtk::Stock::OPEN, Gtk::Dialog::RESPONSE_ACCEPT], [Gtk::Stock::CANCEL, Gtk::Dialog::RESPONSE_CANCEL])
fc.transient_for = dialog
- fc.current_folder = lastpath
+ if lastpath
+ fc.current_folder = lastpath
+ end
if fc.run == Gtk::Dialog::RESPONSE_ACCEPT
pathlabel.text = fc.filename
pathlabel.set_alignment(0, 0.5)