rev 11886 - in trunk/packages/kdenetwork/debian: . patches
Ana Beatriz Guerrero López
ana at alioth.debian.org
Sat Aug 9 03:58:22 UTC 2008
Author: ana
Date: 2008-08-09 03:58:22 +0000 (Sat, 09 Aug 2008)
New Revision: 11886
Added:
trunk/packages/kdenetwork/debian/patches/27_kopete_icq_update.diff
Modified:
trunk/packages/kdenetwork/debian/changelog
Log:
commit this, will finish tomorrow
Modified: trunk/packages/kdenetwork/debian/changelog
===================================================================
--- trunk/packages/kdenetwork/debian/changelog 2008-08-09 01:08:37 UTC (rev 11885)
+++ trunk/packages/kdenetwork/debian/changelog 2008-08-09 03:58:22 UTC (rev 11886)
@@ -7,7 +7,7 @@
+++ Changes by Ana Beatriz Guerrero Lopez:
- * TODO: icq problem.
+ * TODO: icq problem. path 27...
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 09 Aug 2008 03:13:17 +0200
Added: trunk/packages/kdenetwork/debian/patches/27_kopete_icq_update.diff
===================================================================
--- trunk/packages/kdenetwork/debian/patches/27_kopete_icq_update.diff (rev 0)
+++ trunk/packages/kdenetwork/debian/patches/27_kopete_icq_update.diff 2008-08-09 03:58:22 UTC (rev 11886)
@@ -0,0 +1,22 @@
+diff -Naur kdenetwork-3.5.9.orig/kopete/protocols/oscar/oscarversionupdater.cpp kdenetwork-3.5.9/kopete/protocols/oscar/oscarversionupdater.cpp
+--- kdenetwork-3.5.9.orig/kopete/protocols/oscar/oscarversionupdater.cpp 2008-02-14 01:11:52.000000000 +0100
++++ kdenetwork-3.5.9/kopete/protocols/oscar/oscarversionupdater.cpp 2008-07-01 20:06:00.000000000 +0200
+@@ -89,13 +89,13 @@
+ kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << endl;
+ KConfigGroup config( KGlobal::config(), "ICQVersion" );
+
+- mICQVersion.clientString = config.readEntry( "ClientString", "ICQBasic" );
++ mICQVersion.clientString = config.readEntry( "ClientString", "ICQ Client" );
+ mICQVersion.clientId = config.readEntry( "ClientId", "0x010A" ).toUShort( 0, 0 );
+- mICQVersion.major = config.readEntry( "Major", "0x0014" ).toUShort( 0, 0 );
+- mICQVersion.minor = config.readEntry( "Minor", "0x0034" ).toUShort( 0, 0 );
++ mICQVersion.major = config.readEntry( "Major", "0x0006" ).toUShort( 0, 0 );
++ mICQVersion.minor = config.readEntry( "Minor", "0x0000" ).toUShort( 0, 0 );
+ mICQVersion.point = config.readEntry( "Point", "0x0000" ).toUShort( 0, 0 );
+- mICQVersion.build = config.readEntry( "Build", "0x0BB8" ).toUShort( 0, 0 );
+- mICQVersion.other = config.readEntry( "Other", "0x0000043D" ).toUInt( 0, 0 );
++ mICQVersion.build = config.readEntry( "Build", "0x17AB" ).toUShort( 0, 0 );
++ mICQVersion.other = config.readEntry( "Other", "0x00007535" ).toUInt( 0, 0 );
+ mICQVersion.country = config.readEntry( "Country", "us" );
+ mICQVersion.lang = config.readEntry( "Lang", "en" );
+ }
More information about the pkg-kde-commits
mailing list