Summary: | setting device mode to discoverable/hidden doesn't work | ||
---|---|---|---|
Product: | [Unmaintained] kde-bluetooth | Reporter: | Ozan Çağlayan <ozan> |
Component: | general | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | afiestas, info |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to fix the problem |
Description
Ozan Çağlayan
2009-10-12 12:27:09 UTC
Created attachment 37531 [details]
Patch to fix the problem
Use itemData facility to not depend on translated strings when checking if the selected item is "discoverable"
I can confirm for KBluetooth 0.4 (KDE 4.3.2) with German localization. // Add Alex to CC as I can't change the Assignee Wow, thx for the patch! If I remember correctly there are a couple more of comaprations like this one, I'll have to take a look at it before release the final 0.4. I'll review the patch ASAP. Thx again! Thanks for the patch it works very well! SVN commit 1040499 by afiestas: Patch by Ozan Çağlayan Use itemData facility to not depend on translated strings when checking if the selected item is "discoverable" BUG: 210309 M +9 -4 adapterwidget.cpp M +1 -1 adapterwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1040499 |