Ignore:
Timestamp:
Jan 7, 2007, 10:36:52 PM (19 years ago)
Author:
cinc
Message:

New methods and additions all over the place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpfolder.c

    r172 r183  
    5959/* Gui stuff */
    6060#include "nomguitk.h"
     61#include "nomwindow.h"
     62#include "desktoptypes.h"
     63
    6164#include "nomfolderwindow.h"
    6265
     
    6568#include "desktop.h"
    6669#include "helper.h"
    67 #include "desktoptypes.h"
     70
    6871
    6972
     
    249252
    250253#warning !!!!! Path taken from a test location !!!!!
    251         WPFolder_wpPopulate(nomSelf, 0L, NOMPath_getCString(WPFolder_wpQueryRealName(nomSelf, TRUE, ev) , ev), FALSE,  ev);
     254        WPFolder_wpPopulate(nomSelf, 0L, NOMPath_queryCString(WPFolder_wpQueryFileName(nomSelf, TRUE, ev) , ev), FALSE,  ev);
    252255        break;
    253256
Note: See TracChangeset for help on using the changeset viewer.