Skip to content
Snippets Groups Projects
Commit d1b533cd authored by Emanuel Haupt's avatar Emanuel Haupt
Browse files

x11-fm/xfe: Update to 2.0

parent 9bed64f2
No related branches found
No related tags found
No related merge requests found
PORTNAME= xfe
DISTVERSION= 1.46.2
DISTVERSION= 2.0
CATEGORIES= x11-fm
MASTER_SITES= SF
......
TIMESTAMP = 1717999073
SHA256 (xfe-1.46.2.tar.xz) = ea134d75ae0128263d134dae158267b7427248da7f8acd59aa31653b041c456b
SIZE (xfe-1.46.2.tar.xz) = 1615460
TIMESTAMP = 1736755930
SHA256 (xfe-2.0.tar.xz) = a06a8166304bfd4735f992590959d4c7016f5804feda6406660ca04d9bb29848
SIZE (xfe-2.0.tar.xz) = 3072412
--- src/FilePanel.cpp.orig 2016-01-14 08:35:03 UTC
+++ src/FilePanel.cpp
@@ -124,7 +124,7 @@ FXDEFMAP(FilePanel) FilePanelMap[] =
FXMAPFUNC(SEL_COMMAND, FilePanel::ID_RUN_SCRIPT, FilePanel::onCmdRunScript),
FXMAPFUNC(SEL_UPDATE, FilePanel::ID_RUN_SCRIPT, FilePanel::onUpdRunScript),
FXMAPFUNC(SEL_COMMAND, FilePanel::ID_GO_SCRIPTDIR, FilePanel::onCmdGoScriptDir),
- FXMAPFUNC(SEL_COMMAND, FilePanel::ID_DIR_USAGE, FilePanel::onCmdDirUsage),
+ //FXMAPFUNC(SEL_COMMAND, FilePanel::ID_DIR_USAGE, FilePanel::onCmdDirUsage),
FXMAPFUNC(SEL_RIGHTBUTTONRELEASE, FilePanel::ID_FILELIST, FilePanel::onCmdPopupMenu),
FXMAPFUNC(SEL_COMMAND, FilePanel::ID_POPUP_MENU, FilePanel::onCmdPopupMenu),
FXMAPFUNC(SEL_DOUBLECLICKED, FilePanel::ID_FILELIST, FilePanel::onCmdItemDoubleClicked),
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment