Add missing return statement
This commit is contained in:
@@ -2539,6 +2539,8 @@ bool FileCatalog::handleShortcutKeyRelease(GdkEventKey* event)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void FileCatalog::showToolBar()
|
void FileCatalog::showToolBar()
|
||||||
|
Reference in New Issue
Block a user