From: gc Date: Mon, 17 Mar 2008 21:22:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 0.9.0~78 X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=7266a9c74deca09ca02b6e2104cea4a77a688c44 *** empty log message *** --- diff --git a/bin/booh-classifier b/bin/booh-classifier index 57606fb..acaf613 100644 --- 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)