Skip to content

Commit b96f4e3

Browse files
authored
Update panels.cpp
1 parent 5967dd1 commit b96f4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panes/panels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ PanelsPane::PanelsPane(QWidget *parent, Settings* controlCenter) :
362362

363363
if (ok && !filename.isEmpty()) {
364364
QString desktopEntryPath;
365-
if (QFile::exists("/usr/share/applications" + filename)) {
365+
if (QFile::exists("/usr/share/applications/" + filename)) {
366366
desktopEntryPath = "/usr/share/applications/" + filename;
367367
}
368368
else {

0 commit comments

Comments
 (0)