tag 345833 + patch

thanks

I just patched my sidebar. It was not that complex ;)
It works at least for me. I think the remote:/ is a better solution than 
depending on lisa, because
1) remote:/ gives access to smb:/ and lan:/ if installed
2) remote:/ is in kdebase-kio-plugins which is unavoidable for a working 
konqueror anyway

/Sune

patch: (or just replace "lan:/localhost" with "remote:/" one place in 
sidebar/dndlistbox.cpp)

--- baghira-0.7a.orig/sidebar/dndlistbox.cpp
+++ baghira-0.7a/sidebar/dndlistbox.cpp
@@ -99,7 +99,7 @@
    insertItem(new ListBoxDevice("network", size_, i18n("Network"),  
"remote:/", "", "", TRUE, FALSE, FALSE));
 #else
    insertItem(new ListBoxDevice("system", size_, i18n("My Computer"), 
"media:/", "", "", TRUE, FALSE, FALSE));
-   insertItem(new ListBoxDevice("network", size_, i18n("Network"), 
"lan:/localhost", "", "", TRUE, FALSE, FALSE));
+   insertItem(new ListBoxDevice("network", size_, i18n("Network"), 
"remote:/", "", "", TRUE, FALSE, FALSE));
 #endif
    insertItem(new ListBoxDevice("hdd_mount", size_, i18n("Startvolume"), 
QDir::rootDirPath(), "", "", TRUE, FALSE, FALSE));
    client = KApplication::dcopClient();



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to