ALT Linux Bugzilla
– Attachment 4711 Details for
Bug 24772
[PATCH] gcc45 fix
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
kdenetwork-3.5.10-gcc-4.5.patch
kdenetwork-3.5.10-gcc-4.5.patch (text/plain), 2.23 KB, created by
Michael Shigorin
on 2010-12-16 17:43:50 MSK
(
hide
)
Description:
kdenetwork-3.5.10-gcc-4.5.patch
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2010-12-16 17:43:50 MSK
Size:
2.23 KB
patch
obsolete
>diff -urN kdenetwork-3.5.10.orig/kopete/kopete/chatwindow/krichtexteditpart.cpp kdenetwork-3.5.10/kopete/kopete/chatwindow/krichtexteditpart.cpp >--- kdenetwork-3.5.10.orig/kopete/kopete/chatwindow/krichtexteditpart.cpp 2010-02-11 10:48:31.000000000 +0200 >+++ kdenetwork-3.5.10/kopete/kopete/chatwindow/krichtexteditpart.cpp 2010-11-24 23:34:47.000000000 +0200 >@@ -38,7 +38,7 @@ > KopeteRichTextEditPart::KopeteRichTextEditPart( QWidget *wparent, const char *wname, QObject*, const char*, const QStringList& ) > : KParts::ReadOnlyPart( wparent, wname ? wname : "rich_text_part" ) > { >- KopeteRichTextEditPart::KopeteRichTextEditPart( wparent, wname, false ); >+ KopeteRichTextEditPart( wparent, wname, false ); > } > > KopeteRichTextEditPart::KopeteRichTextEditPart( QWidget *parent, const char *name, int capabilities ) >diff -urN kdenetwork-3.5.10.orig/kopete/kopete/contactlist/kopetegroupviewitem.cpp kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp >--- kdenetwork-3.5.10.orig/kopete/kopete/contactlist/kopetegroupviewitem.cpp 2010-02-11 10:48:31.000000000 +0200 >+++ kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp 2010-11-24 23:33:13.000000000 +0200 >@@ -169,7 +169,7 @@ > // the sorting itself is rather slow. Therefore we call delayedSort, which tries > // to group multiple sort requests into one. > using namespace Kopete::UI::ListView; >- if ( ListView::ListView *lv = dynamic_cast<ListView::ListView *>( listView() ) ) >+ if ( ListView *lv = dynamic_cast<ListView *>( listView() ) ) > lv->delayedSort(); > else > listView()->sort(); >diff -urN kdenetwork-3.5.10.orig/kopete/protocols/testbed/testbedaccount.h kdenetwork-3.5.10/kopete/protocols/testbed/testbedaccount.h >--- kdenetwork-3.5.10.orig/kopete/protocols/testbed/testbedaccount.h 2010-02-11 10:48:31.000000000 +0200 >+++ kdenetwork-3.5.10/kopete/protocols/testbed/testbedaccount.h 2010-11-24 23:36:12.000000000 +0200 >@@ -59,7 +59,7 @@ > /** > * 'Connect' to the testbed server. Only sets myself() online. > */ >- virtual void connect( const Kopete::OnlineStatus& initialStatus = Kopete::OnlineStatus::OnlineStatus() ); >+ virtual void connect( const Kopete::OnlineStatus& initialStatus = Kopete::OnlineStatus() ); > /** > * Disconnect from the server. Only sets myself() offline. > */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24772
: 4711 |
4712