wrong action event for home button; refs #174
This commit is contained in:
@@ -633,7 +633,7 @@ class Browser: public QMainWindow, protected Ui::Browser {
|
||||
load(qobject_cast<QAction*>(sender())->data().toString());
|
||||
}
|
||||
|
||||
void on_actionHome_activated() {
|
||||
void on_actionHome_triggered() {
|
||||
TRC;
|
||||
load(_home);
|
||||
}
|
||||
|
Reference in New Issue
Block a user