ensure that first catg filter button is checked on startup
This commit is contained in:
parent
63f76ac3bb
commit
71c4a54ef4
@ -211,6 +211,7 @@ void RclMain::init()
|
|||||||
bgrp->addButton(allRDB, bgrpid++);
|
bgrp->addButton(allRDB, bgrpid++);
|
||||||
connect(bgrp, SIGNAL(buttonClicked(int)), this, SLOT(catgFilter(int)));
|
connect(bgrp, SIGNAL(buttonClicked(int)), this, SLOT(catgFilter(int)));
|
||||||
#endif
|
#endif
|
||||||
|
allRDB->setChecked(true);
|
||||||
list<string> cats;
|
list<string> cats;
|
||||||
rclconfig->getMimeCategories(cats);
|
rclconfig->getMimeCategories(cats);
|
||||||
// Text for button 0 is not used. Next statement just avoids unused
|
// Text for button 0 is not used. Next statement just avoids unused
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user