From kde-bugs-dist Tue Mar 30 10:44:11 2004 From: Waldo Bastian Date: Tue, 30 Mar 2004 10:44:11 +0000 To: kde-bugs-dist Subject: [Bug 76517] when creating a link to an URL the name is set to the Message-Id: <20040330104411.4217.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=108064310811080 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=76517 bastian kde org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From bastian kde org 2004-03-30 12:44 ------- CVS commit by waba: Don't put a Name in the .desktop file for a "Link to Location", it will default to the file name just fine and it can't be edited anyway. (BR76517) CCMAIL: coolo suse de,76517-done bugs kde org M +0 -1 knewmenu.cc 1.92.2.1 --- kdebase/libkonq/knewmenu.cc #1.92:1.92.2.1 @ -473,5 +473,4 @ void KNewMenu::slotResult( KIO::Job * jo kdDebug(1203) << " destURL=" << destURL.path() << " " << " d->m_destPath=" << d->m_destPath << endl; KDesktopFile df( d->m_destPath ); - df.writeEntry( "Name", m_linkURL ); df.writeEntry( "Icon", KProtocolInfo::icon( KURL(m_linkURL).protocol() ) ); df.writePathEntry( "URL", m_linkURL );