Changeset 191 for trunk/desktop/src
- Timestamp:
- Jan 14, 2007, 1:54:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/src/vdesktop.c
r186 r191 55 55 #include "desktoptypes.h" 56 56 57 #include "nomfolderwindow.h" 57 #include "wpfolderwindow.h" 58 #include "wpnotebook.h" 59 #include "wpfolder.h" 58 60 #include "wpobject.h" 59 #include "wpfolder.h" 61 60 62 #include "nomfilepath.h" 61 63 … … 140 142 return(1); 141 143 } 142 143 144 144 145 /* Init SOM */ … … 196 197 //WPFolder_tstSetFullPath(wpDesktop, desktopDir, NULLHANDLE); 197 198 //WPFolder_tstSetFullPath(wpDesktop, "r:", NULLHANDLE); 198 WPFolder_wpOpen(wpDesktop, NULL, OPEN_CONTENTS, NULL, NULL); 199 g_message("WPFolder ID: %d", nomIdFromString("WPFolder")); 200 WPFolder_wpOpen(wpDesktop, NULL, OPEN_DEFAULT, 0, NULL, NULL); 199 201 200 202 /* All GTK applications must have a gtk_main(). Control ends here
Note:
See TracChangeset
for help on using the changeset viewer.