Changeset 191 for trunk/desktop/src


Ignore:
Timestamp:
Jan 14, 2007, 1:54:49 PM (19 years ago)
Author:
cinc
Message:

More object view methods and improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/src/vdesktop.c

    r186 r191  
    5555#include "desktoptypes.h"
    5656
    57 #include "nomfolderwindow.h"
     57#include "wpfolderwindow.h"
     58#include "wpnotebook.h"
     59#include "wpfolder.h"
    5860#include "wpobject.h"
    59 #include "wpfolder.h"
     61
    6062#include "nomfilepath.h"
    6163
     
    140142    return(1);
    141143  }
    142 
    143144
    144145  /* Init SOM */
     
    196197  //WPFolder_tstSetFullPath(wpDesktop, desktopDir, NULLHANDLE);
    197198  //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);
    199201
    200202  /* All GTK applications must have a gtk_main(). Control ends here
Note: See TracChangeset for help on using the changeset viewer.