Ignore:
Timestamp:
Mar 17, 2007, 11:42:55 AM (18 years ago)
Author:
cinc
Message:

New WPDrives and WPRootFolder classes. Some minor changes.

File:
1 edited

Legend:

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

    r247 r258  
    5858#include "wpfolderwindow.h"
    5959#include "wpfolder.h"
     60#include "m_wpfolder.h"
    6061#include "wpfolderwindow.ih"
    6162#include "wpobject.h"
     
    109110}
    110111
     112
    111113static gboolean
    112114fldr_handleButtonEvent (GtkWidget *widget, GdkEventButton *event, gpointer user_data)
     
    129131            wpFolder=(WPFolder*)WPFolderWindow_wpQueryObject(pWindow, NULLHANDLE);
    130132            TST_OBJECT(wpFolder);
    131            
     133            //(TRUE ? WPFolder_wpSetFldrFlags(wpFolder, 0, 0, NULLHANDLE) : FALSE) ;
     134            //WPFolderWindow_show(pWindow, NULLHANDLE) ;
     135            //WPFolder_wpQueryFldrFlags(pWindow, NULLHANDLE) ;
     136            //g_message("Result: %d ", (TRUE ? WPFolder_wpSetFldrFlags(NULL/*wpFolder*/, 0, 0, NULLHANDLE) : FALSE)) ;
    132137            if(nomIsObj(wpFolder))
    133138              WPObject_wpDisplayMenu((WPObject*)wpFolder, pWindow, NULL, MENU_OPENVIEWPOPUP, 0, NULL);
Note: See TracChangeset for help on using the changeset viewer.