[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/juk
From:       Stephan Binner <binner () kde ! org>
Date:       2004-07-04 15:59:11
Message-ID: 20040704155911.16CCC99E9 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

The warningContinueCancel and icon lover was here.


  M +2 -2      playlist.cpp   1.222
  M +4 -3      playlistbox.cpp   1.110


--- kdemultimedia/juk/playlistbox.cpp  #1.109:1.110
@@ -265,5 +265,6 @@ void PlaylistBox::remove()
     }
     else {
-        if(KMessageBox::warningYesNo(this, i18n("Are you sure you want to remove \
these items?")) == KMessageBox::No) +        \
if(KMessageBox::warningContinueCancel(this, i18n("Are you sure you want to remove \
these items?"), +           i18n("Remove \
Items?"),KGuiItem(i18n("&Remove"),"edittrash")) == KMessageBox::Cancel)  return;
     }

--- kdemultimedia/juk/playlist.cpp  #1.221:1.222
@@ -777,5 +777,5 @@ void Playlist::removeFromDisk(const Play
             message = i18n("Do you really want to delete these %1 items from your \
disk?").arg(QString::number(files.count()));  
-        if(KMessageBox::warningYesNoList(this, message, files) == KMessageBox::Yes) \
{ +        if(KMessageBox::warningContinueCancelList(this, message, files, \
i18n("Delete Items?"), KGuiItem(i18n("&Delete"),"editdelete")) == \
                KMessageBox::Continue) {
             for(PlaylistItemList::ConstIterator it = items.begin(); it != \
items.end(); ++it) {  if(QFile::remove((*it)->file().absFilePath())) {
@@ -1580,5 +1580,5 @@ void Playlist::slotShowRMBMenu(QListView
 
         m_rmbEditID = m_rmbMenu->insertItem(
-            SmallIconSet("editclear"), i18n("Edit"), this, SLOT(slotRenameTag()));
+            i18n("Edit"), this, SLOT(slotRenameTag()));
 
         action("refresh")->plug(m_rmbMenu);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic