Changeset 194 for trunk/desktop/class_c/wpdatafile.c
- Timestamp:
- Jan 16, 2007, 8:32:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpdatafile.c
r176 r194 56 56 /* wpdatafile.ih includes some WPObject stuff and that needs these 57 57 includes. */ 58 #include "nomfolderwindow.h" 59 58 #include "wpfolderwindow.h" 59 #include "wpnotebook.h" 60 #include "wpfolder.h" 60 61 #include "wpdatafile.ih" 61 62 … … 94 95 } 95 96 #warning !!!!! Dont create an icon for each object !!!!! 96 return gdk_pixbuf_new_from_file (gchrIconName, &error); 97 if(ptrIcon) 98 return ptrIcon; 99 else 100 return gdk_pixbuf_new_from_file (gchrIconName, &error); 97 101 98 102 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.