[gimp-perl] Use filesystem not "recent".
- From: Ed J <edj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-perl] Use filesystem not "recent".
- Date: Thu, 8 May 2014 04:01:29 +0000 (UTC)
commit 0e9b0e753bab4ca3e305c4aba5943925aba61c9b
Author: Ed J <edj src gnome org>
Date: Thu May 8 05:00:56 2014 +0100
Use filesystem not "recent".
UI/UI.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/UI/UI.pm b/UI/UI.pm
index 0900ac5..3a561a4 100644
--- a/UI/UI.pm
+++ b/UI/UI.pm
@@ -502,6 +502,7 @@ my %PF2INFO = (
my $f = new Gtk2::FileChooserDialog
sprintf(__"Load %s", $name),
undef, 'open', 'gtk-cancel' => 'cancel', 'gtk-open' => 'ok';
+ $f->set_filename ('.');
$f->show_all;
my $result = $f->run;
if ($result eq 'ok') {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]