author | simon <simon> | 2002-12-02 14:19:55 (UTC) |
---|---|---|
committer | simon <simon> | 2002-12-02 14:19:55 (UTC) |
commit | 8179c80f459eeee815aeb279f73df754ba303198 (patch) (unidiff) | |
tree | b41eecb31e04d1a04b77ec57fc0a396709f3b8e0 | |
parent | 6a1400bdf754df18a1f20bd50ab5e5e4b0fd5a86 (diff) | |
download | opie-8179c80f459eeee815aeb279f73df754ba303198.zip opie-8179c80f459eeee815aeb279f73df754ba303198.tar.gz opie-8179c80f459eeee815aeb279f73df754ba303198.tar.bz2 |
- oops
-rw-r--r-- | noncore/multimedia/opieplayer2/playlistwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp index 9918eeb..ce9faac 100644 --- a/noncore/multimedia/opieplayer2/playlistwidget.cpp +++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp | |||
@@ -1148,9 +1148,9 @@ int PlayListWidget::whichList() { | |||
1148 | 1148 | ||
1149 | PlayListWidget::TabType PlayListWidget::currentTab() const | 1149 | PlayListWidget::TabType PlayListWidget::currentTab() const |
1150 | { | 1150 | { |
1151 | static const TabType indexToTabType[ NumTabTypes ] = | 1151 | static const TabType indexToTabType[ NumTabTypes ] = |
1152 | { CurrentPlaylist, AudioFiles, VideoFiles, PlayLists }; | 1152 | { CurrentPlayList, AudioFiles, VideoFiles, PlayLists }; |
1153 | 1153 | ||
1154 | int index = tabWidget->currentPageIndex(); | 1154 | int index = tabWidget->currentPageIndex(); |
1155 | assert( index < NumTabTypes && index >= 0 ); | 1155 | assert( index < NumTabTypes && index >= 0 ); |
1156 | 1156 | ||