summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
-rw-r--r--src/Fl_File_Chooser2.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx
index fda39ef..ebd8fd0 100644
--- a/src/Fl_File_Chooser2.cxx
+++ b/src/Fl_File_Chooser2.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_File_Chooser2.cxx 7672 2010-07-10 09:44:45Z matt $"
+// "$Id: Fl_File_Chooser2.cxx 7783 2010-10-30 21:52:38Z matt $"
//
// More Fl_File_Chooser routines.
//
@@ -727,6 +727,7 @@ Fl_File_Chooser::fileListCB()
{
// Hide the window - picked the file...
window->hide();
+ if (callback_) (*callback_)(this, data_);
}
}
else
@@ -1650,5 +1651,5 @@ unquote_pathname(char *dst, // O - Destination string
//
-// End of "$Id: Fl_File_Chooser2.cxx 7672 2010-07-10 09:44:45Z matt $".
+// End of "$Id: Fl_File_Chooser2.cxx 7783 2010-10-30 21:52:38Z matt $".
//