traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/traverso/dialogs MarkerDialog.cpp


From: Nicola Doebelin
Subject: [Traverso-commit] traverso/src/traverso/dialogs MarkerDialog.cpp
Date: Fri, 18 May 2007 19:23:12 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Nicola Doebelin <n_doebelin>    07/05/18 19:23:12

Modified files:
        src/traverso/dialogs: MarkerDialog.cpp 

Log message:
        The checkBox "All Songs" in the maker editor is now hidden, because it 
has no functionality at the moment

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/dialogs/MarkerDialog.cpp?cvsroot=traverso&r1=1.9&r2=1.10

Patches:
Index: MarkerDialog.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/dialogs/MarkerDialog.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- MarkerDialog.cpp    10 May 2007 21:24:41 -0000      1.9
+++ MarkerDialog.cpp    18 May 2007 19:23:12 -0000      1.10
@@ -24,6 +24,7 @@
 #include <QMessageBox>
 #include <QHeaderView>
 #include <QPushButton>
+#include <QCheckBox>
 #include <QString>
 #include <ProjectManager.h>
 #include <Project.h>
@@ -42,6 +43,8 @@
 {
        setupUi(this);
        
+       checkBoxAllSongs->hide();
+
        m_project = pm().get_project();
        
        if (m_project) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]