From 7710b55bc3f0d213f6344fa1a608919c44a344b5 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Sun, 8 Jan 2006 19:32:36 +0000 Subject: Update to KDE 3.5.0 --- comms/kremotecontrol/files/patch-ark-filelistview.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comms/kremotecontrol/files/patch-ark-filelistview.cpp (limited to 'comms/kremotecontrol/files/patch-ark-filelistview.cpp') diff --git a/comms/kremotecontrol/files/patch-ark-filelistview.cpp b/comms/kremotecontrol/files/patch-ark-filelistview.cpp new file mode 100644 index 000000000000..dadc8edc030e --- /dev/null +++ b/comms/kremotecontrol/files/patch-ark-filelistview.cpp @@ -0,0 +1,11 @@ +--- ark/filelistview.cpp.orig Mon Dec 19 15:40:44 2005 ++++ ark/filelistview.cpp Mon Dec 19 15:41:20 2005 +@@ -260,7 +260,7 @@ + * the next item is the next sibling of its parent, and so on. + */ + FileLVI *nitem = static_cast( item->nextSibling() ); +- while ( !nitem and item->parent() ) ++ while ( !nitem && item->parent() ) + { + item = static_cast( item->parent() ); + nitem = static_cast( item->parent()->nextSibling() ); -- cgit v1.2.3