diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 20:21:30 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 20:21:30 +0000 |
commit | 2bf63900c906d3c754dce6cdc1541471af1e7f2b (patch) | |
tree | d8f431012fca89a626dd02e3afd68780a67f7765 /net-im/kopete | |
parent | f94e743494f844530fd70efe673119cfac6dae68 (diff) |
Notes
Diffstat (limited to 'net-im/kopete')
-rw-r--r-- | net-im/kopete/files/patch-kopete_libkopete_avdevice-videodevicepool.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/kopete/files/patch-kopete_libkopete_avdevice-videodevicepool.cpp b/net-im/kopete/files/patch-kopete_libkopete_avdevice-videodevicepool.cpp deleted file mode 100644 index 0d0c0a6bd3ca..000000000000 --- a/net-im/kopete/files/patch-kopete_libkopete_avdevice-videodevicepool.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kopete/libkopete/avdevice/videodevicepool.cpp 2006/02/24 14:44:45 513116 -+++ kopete/libkopete/avdevice/videodevicepool.cpp 2006/03/10 20:01:09 517367 -@@ -683,7 +683,7 @@ - const QString modelindex = QString::fromLocal8Bit ( "Model %1 Device %2") .arg ((*vditerator).m_name ) .arg ((*vditerator).m_modelindex); - if(modelindex == currentdevice) - { -- m_current_device = std::distance (m_videodevice.begin(), vditerator); -+ m_current_device = vditerator - m_videodevice.begin(); - // kdDebug() << k_funcinfo << "This place will be used to set " << modelindex << " as the current device ( " << std::distance(m_videodevice.begin(), vditerator ) << " )." << endl; - } - const QString name = config->readEntry((QString::fromLocal8Bit ( "Model %1 Device %2 Name") .arg ((*vditerator).m_name ) .arg ((*vditerator).m_modelindex)), (*vditerator).m_model); |