Changeset 200 for trunk/desktop/class_c
- Timestamp:
- Jan 19, 2007, 11:28:11 PM (19 years ago)
- Location:
- trunk/desktop/class_c
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpdatafile.c
r194 r200 85 85 /* WPDataFileData* nomThis=WPDataFileGetData(nomSelf); */ 86 86 87 return WPDataFile_wpQueryIcon_parent(nomSelf, NULLHANDLE); 88 89 #if 0 87 90 /* Load default wpObject icon */ 88 91 if(!gchrIconName){ … … 99 102 else 100 103 return gdk_pixbuf_new_from_file (gchrIconName, &error); 101 104 #endif 102 105 #if 0 103 106 /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 84 */ -
trunk/desktop/class_c/wpfolder.c
r194 r200 68 68 #include "wpfolderwindow.h" 69 69 #include "wpfolder.ih" 70 #include "m_wpfolder.h" 70 71 #include "wpdatafile.h" 71 72 #include "desktop.h" … … 425 426 NOM_Scope gpointer NOMLINK impl_WPFolder_wpQueryIcon(WPFolder* nomSelf, CORBA_Environment *ev) 426 427 { 428 429 return M_WPFolder_wpclsQueryIcon( _nomGetClass((NOMObject*)nomSelf, NULLHANDLE), NULLHANDLE); 430 431 #if 0 427 432 static const gchar *gchrIconName=NULLHANDLE; 428 433 static gpointer ptrIcon=NULLHANDLE; … … 443 448 444 449 /* WPFolder_wpQueryIcon_parent(nomSelf, ev); */ 450 #endif 445 451 } 446 452 -
trunk/desktop/class_c/wpobject.c
r191 r200 471 471 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 472 472 473 return NULLHANDLE; 473 //g_message("%d %s !!! Achtung explicit metaclass nicht in mtab ---> %x %x", __LINE__, __FUNCTION__, 474 // _nomGetClass((NOMObject*)nomSelf, NULLHANDLE), _WPObject); 475 return M_WPObject_wpclsQueryIcon(_nomGetClass((NOMObject*)nomSelf, NULLHANDLE), NULLHANDLE); 476 // return M_WPObject_wpclsQueryIcon(_WPObject, NULLHANDLE); 474 477 } 475 478
Note:
See TracChangeset
for help on using the changeset viewer.