Changeset 520 for trunk/Lucide/plugins/lupoppler/lupibutton.cpp
- Timestamp:
- Mar 16, 2016, 8:14:59 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 2 2 LocalConfig.kmk 3 3 LocalEnv.cmd 4 5 .project 6 7 .cproject 8 9 .settings
-
- Property svn:ignore
-
trunk/Lucide/plugins/lupoppler/lupibutton.cpp
r492 r520 139 139 LuPopplerInputButtonData *somThis = LuPopplerInputButtonGetData(somSelf); 140 140 141 int count = somThis->widget->getNumSiblingsID(); 141 // int count = somThis->widget->getNumSiblingsID(); 142 int count = 0; 142 143 143 144 LuInputButton_SiblingSequence* siblings = (LuInputButton_SiblingSequence *) … … 147 148 siblings->_buffer = (unsigned long *)SOMMalloc( sizeof( unsigned long * ) * count ); 148 149 149 unsigned *ids = somThis->widget->getSiblingsID(); 150 // unsigned *ids = somThis->widget->getSiblingsID(); 151 unsigned *ids = 0; 150 152 for ( int i = 0; i < count; ++i ) 151 153 siblings->_buffer[ i ] = ids[ i ];
Note: See TracChangeset
for help on using the changeset viewer.