[Amarok] Disabled Organize Collection until the data loss i

Maximilian Kossick maximilian.kossick at googlemail.com
Tue Oct 27 14:56:55 CET 2009


Huh? wasn't that fixed ages ago? Is there a description of the
circumstances of the data loss or a bug report somewhere?

On Tue, Oct 27, 2009 at 2:12 PM, Teo Mrnjavac <teo at getamarok.com> wrote:
> commit e35447d71f47cb7aed187ad4524ac9087be038aa
> Author:     Teo Mrnjavac <teo at getamarok.com>
> AuthorDate: Tue Oct 27 14:06:12 2009 +0100
> Commit:     Teo Mrnjavac <teo at getamarok.com>
> CommitDate: Tue Oct 27 14:06:12 2009 +0100
>
>    Disabled Organize Collection until the data loss issues are figured out.
>
> diff --git a/src/browsers/CollectionTreeView.cpp b/src/browsers/CollectionTreeView.cpp
> index a4476c8..ee0f232 100644
> --- a/src/browsers/CollectionTreeView.cpp
> +++ b/src/browsers/CollectionTreeView.cpp
> @@ -900,6 +900,7 @@ QActionList CollectionTreeView::createExtendedActions( const QModelIndexList & i
>                         connect( m_organizeAction, SIGNAL( triggered() ), this, SLOT( slotOrganize() ) );
>                     }
>                     actions.append( m_organizeAction );
> +                    m_organizeAction->setVisible( false );  //Disabled Organize Collection until we figure out the data loss issues.
>                 }
>             }
>             delete location;
>
>
>


More information about the Amarok-devel mailing list