summaryrefslogtreecommitdiffstats
path: root/bin/draknfs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/draknfs')
-rwxr-xr-xbin/draknfs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/draknfs b/bin/draknfs
index 3a0cf31..fd4d406 100755
--- a/bin/draknfs
+++ b/bin/draknfs
@@ -107,6 +107,7 @@ my $label_and_widgets = sub {
sub show_file_dialog {
my ($data) = @_;
my $file_dlg = gtknew('FileChooserDialog', title => N("Directory selection"), action => 'select_folder',
+ # FIXME: undeclared variable:
modal => 1, transient_for => $dlg);
$file_dlg->set_filename($data->get_text);
$file_dlg->show;