https://bugs.kde.org/show_bug.cgi?id=282210
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Edmundson <kde davidedmundson co uk> 2011-09-23 09:59:53 --- How this should work (imho): PlasmaLineEdit has a property called "clickMessage" this should be used instead of setting the text, it's a sort of greyed out message that disappears when you press it. The problem is that you have a class in the way called "EditableText" which switches between a label and the lineEdit. The label needs to show the text from the lineedit if it exists..or the click message otherwise. Also make sure to check that "set status message here" is translated. I'm pretty sure yours is not because you load it from a config file (which seems like a weird thing to do anyway). -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
