Skip to content

Commit

Permalink
ofSystemSaveDialaog: linux was not returning the path. Closes openfra…
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Jan 4, 2012
1 parent 6ee9f51 commit bec6dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/openFrameworks/utils/ofSystemUtils.cpp
Expand Up @@ -483,7 +483,7 @@ ofFileDialogResult ofSystemSaveDialog(string defaultName, string messageName){
//----------------------------------------------------------------------------------------
#if defined( TARGET_LINUX ) && defined (OF_USING_GTK)

gtkFileDialog(GTK_FILE_CHOOSER_ACTION_SAVE, messageName,defaultName);
results.filePath = gtkFileDialog(GTK_FILE_CHOOSER_ACTION_SAVE, messageName,defaultName);

#endif
//----------------------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions libs/openFrameworksCompiled/project/android/paths.make
@@ -1,4 +1,4 @@
NDK_ROOT=/home/arturo/Descargas/android-ndk-r5b
SDK_ROOT=/home/arturo/Descargas/android-sdk-linux_86
NDK_ROOT=/home/arturo/Descargas/android-ndk-r6
SDK_ROOT=/home/arturo/Descargas/android-sdk-linux_x86
ANT_HOME=/usr
ANT_BIN=$(ANT_HOME)/bin/
ANT_BIN=$(ANT_HOME)/bin/

0 comments on commit bec6dd7

Please sign in to comment.