mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-22 19:43:31 +01:00
Latest fixes for released 0.51.0
This commit is contained in:
@@ -86,7 +86,9 @@ int main(int argc, char **argv)
|
||||
pixmap = WMCreatePixmapFromXPMData(scr, GNUSTEP_XPM);
|
||||
WMSetApplicationIconImage(scr, pixmap); WMReleasePixmap(pixmap);
|
||||
panel = WMGetOpenPanel(scr);
|
||||
|
||||
|
||||
/*WMSetFilePanelAutoCompletion(panel, False);*/
|
||||
|
||||
/* The 3rd argument for this function is the initial name of the file,
|
||||
* not the name of the window, although it's not implemented yet */
|
||||
if (WMRunModalOpenPanelForDirectory(panel, NULL, initial, /*title*/ NULL, NULL) == True)
|
||||
|
||||
Reference in New Issue
Block a user