|
a/src/qtgui/rclmain_w.cpp |
|
b/src/qtgui/rclmain_w.cpp |
|
... |
|
... |
209 |
bgrphbox->addWidget(allRDB);
|
209 |
bgrphbox->addWidget(allRDB);
|
210 |
int bgrpid = 0;
|
210 |
int bgrpid = 0;
|
211 |
bgrp->addButton(allRDB, bgrpid++);
|
211 |
bgrp->addButton(allRDB, bgrpid++);
|
212 |
connect(bgrp, SIGNAL(buttonClicked(int)), this, SLOT(catgFilter(int)));
|
212 |
connect(bgrp, SIGNAL(buttonClicked(int)), this, SLOT(catgFilter(int)));
|
213 |
#endif
|
213 |
#endif
|
|
|
214 |
allRDB->setChecked(true);
|
214 |
list<string> cats;
|
215 |
list<string> cats;
|
215 |
rclconfig->getMimeCategories(cats);
|
216 |
rclconfig->getMimeCategories(cats);
|
216 |
// Text for button 0 is not used. Next statement just avoids unused
|
217 |
// Text for button 0 is not used. Next statement just avoids unused
|
217 |
// variable compiler warning for catg_strings
|
218 |
// variable compiler warning for catg_strings
|
218 |
m_catgbutvec.push_back(catg_strings[0]);
|
219 |
m_catgbutvec.push_back(catg_strings[0]);
|