[Bug 71366] 'New' does not follow styleguide
Charles Samuels
charles at kde.org
Sun Aug 29 22:27:55 BST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=71366
charles kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From charles kde org 2004-08-29 23:27 -------
CVS commit by charles:
"The 'split' playlist does an open when I select the 'new' entry from the menu"
CCMAIL:71366-done bugs kde org
M +2 -8 view.cpp 1.142
--- kdemultimedia/noatun/modules/splitplaylist/view.cpp #1.141:1.142
@ -846,4 +846,5 @ void View::open()
if(!u.isValid())
return;
+ mPlaylistFile = u;
list->openGlobal(u);
setModified(false);
@ -852,13 +853,6 @ void View::open()
void View::openNew()
{
- KURL u=KFileDialog::getOpenURL(0, "*.xml splitplaylistdata *.pls *.m3u\n*", this, i18n("Open New Playlist"));
- if(!u.isValid())
- return;
- mPlaylistFile = u;
-
+ mPlaylistFile = "";
listView()->clear();
- list->openGlobal(mPlaylistFile);
-
- setModified(false);
}
More information about the kde-multimedia
mailing list