| Summary: | [PATCH] KUrlNavigator should emit a signal when its editable state changes | ||
|---|---|---|---|
| Product: | [Unmaintained] kfile | Reporter: | David Benjamin <davidben> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | adds signal | ||
|
Description
David Benjamin
2008-01-29 02:42:14 UTC
Created attachment 23342 [details]
adds signal
Patch to add the missing signal... hopefully I didn't do anything horribly
stupid with naming it. :-/
(And I'm not sure what the policy on API changes is... this doesn't break ABI
though. :-D It still properly links to Ubuntu's Dolphin binary.)
SVN commit 771916 by ppenz: Emit a signal if the editable state of the URL navigator has been changed (thanks to David Benjamin for the patch). BUG: 156890 M +1 -0 kurlnavigator.cpp M +6 -0 kurlnavigator.h WebSVN link: http://websvn.kde.org/?view=rev&revision=771916 |