diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-08 13:19:03 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-08 13:19:03 -0400 |
commit | 57909d892e0794b805851d88cdb0c2d2f0469e91 (patch) | |
tree | b5577e269384f0973d19a6154eeebb4cdefbb0e3 /lumina-fm/widgets | |
parent | Merge branch 'master' of github.com:pcbsd/lumina (diff) | |
download | lumina-57909d892e0794b805851d88cdb0c2d2f0469e91.tar.gz lumina-57909d892e0794b805851d88cdb0c2d2f0469e91.tar.bz2 lumina-57909d892e0794b805851d88cdb0c2d2f0469e91.zip |
Make sure that the removal verification dialog puts the list of items in the "detailed" text of the message box - otherwise it causes size issues if there are lots of items.
Diffstat (limited to 'lumina-fm/widgets')
-rw-r--r-- | lumina-fm/widgets/DirWidget.cpp | 8 | ||||
-rw-r--r-- | lumina-fm/widgets/DirWidget.h | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/lumina-fm/widgets/DirWidget.cpp b/lumina-fm/widgets/DirWidget.cpp index dd41f299..0e0c404b 100644 --- a/lumina-fm/widgets/DirWidget.cpp +++ b/lumina-fm/widgets/DirWidget.cpp @@ -796,14 +796,6 @@ void DirWidget::openTerminal(){ emit LaunchTerminal(CDIR); } -void DirWidget::NewFile(){ - -} - -void DirWidget::NewDir(){ - -} - //Browser Functions void DirWidget::OpenContextMenu(){ //First generate the context menu based on the selection diff --git a/lumina-fm/widgets/DirWidget.h b/lumina-fm/widgets/DirWidget.h index a7fe3cc3..2c971fd8 100644 --- a/lumina-fm/widgets/DirWidget.h +++ b/lumina-fm/widgets/DirWidget.h @@ -123,8 +123,6 @@ private slots: void fileCheckSums(); void fileProperties(); void openTerminal(); - void NewFile(); - void NewDir(); //Browser Functions |