File ignore-inline-menu.diff of Package kdelibs4
Index: kded/vfolder_menu.cpp
===================================================================
--- kded/vfolder_menu.cpp (revision 1015540)
+++ kded/vfolder_menu.cpp (working copy)
@@ -1451,6 +1451,7 @@
else
kDebug()<<" Error in parsing show_empty attribute :"<<str;
}
+#if 0
if ( e.hasAttribute( "inline" ) )
{
QString str = e.attribute( "inline" );
@@ -1489,6 +1490,7 @@
else
kDebug()<<" Error in parsing inline_alias attribute :"<<str;
}
+#endif
if( !option.isEmpty())
{
option = option.prepend(":O");