View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013793 | Scribus | Internal | public | 2016-03-05 15:58 | 2016-03-05 19:45 |
Reporter | Kunda | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 1.5.2.svn | ||||
Fixed in Version | 1.5.2.svn | ||||
Summary | 0013793: Misspelling of variable in pagelayout.[cpp|h] | ||||
Description | Should be 'chosen' instead of choosen https://github.com/scribusproject/scribus/blob/master/scribus/ui/pagelayout.cpp#L189-L197 master/scribus/ui/pagelayout.cpp void PageLayouts::itemSelectedPost(int choosen) { disconnect(firstPage, SIGNAL(activated(int)), this, SIGNAL(selectedFirstPage(int))); if (choosen > 0) { firstPage->setEnabled(true); firstPage->clear(); QStringList::Iterator pNames; for(pNames = pageSets[choosen].pageNames.begin(); pNames != pageSets[choosen].pageNames.end(); ++pNames ) { --------------- https://github.com/scribusproject/scribus/blob/master/scribus/ui/pagelayout.h#L64 master/scribus/ui/pagelayout.h private: void itemSelectedPost(int choosen); bool modus; | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-03-05 15:58 | Kunda | New Issue | |
2016-03-05 19:06 | jghali | Status | new => resolved |
2016-03-05 19:06 | jghali | Fixed in Version | => 1.5.2.svn |
2016-03-05 19:06 | jghali | Resolution | open => fixed |
2016-03-05 19:06 | jghali | Assigned To | => jghali |
2016-03-05 19:45 | Kunda | Note Added: 0039002 | |
2016-03-05 19:45 | Kunda | Status | resolved => closed |