Commit f649e3bd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix previous commit logic... Copy/Paste error.

parent a04632a1
...@@ -191,12 +191,12 @@ void FileOpenPanel::accept() ...@@ -191,12 +191,12 @@ void FileOpenPanel::accept()
void FileOpenBox::accept() void FileOpenBox::accept()
{ {
OpenDialog::getInstance( NULL, NULL, true )->cancel(); OpenDialog::getInstance( NULL, NULL, true )->selectSlots();
} }
void FileOpenBox::reject() void FileOpenBox::reject()
{ {
OpenDialog::getInstance( NULL, NULL, true )->selectSlots(); OpenDialog::getInstance( NULL, NULL, true )->cancel();
} }
/* Function called by Open Dialog when clicked on cancel */ /* Function called by Open Dialog when clicked on cancel */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment