Hide or disable the Change Password option when appropriate
authorMichael Marley <michael@michaelmarley.com>
Sat, 14 Feb 2015 19:01:42 +0000 (14:01 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 16 Feb 2015 22:29:38 +0000 (23:29 +0100)
commit11dfb84f7dbbecf8c979dc6287993868cb205f93
treee13299b15c8cba492f628af56388a4acfb713886
parent8379f6f725cf8ed2fdad1a19bd10743436c2d086
Hide or disable the Change Password option when appropriate

Previously, the Change Password option would be shown all the
time, even the the client was connected to a core not supporting
the password change functionality or if a monolithic build was in
use.  Now, the Change Password option will be disabled if the
client is disconnected or is connected to a core not supporting the
functionality and will be hidden if a monolithic build is in use.
src/client/client.cpp
src/common/quassel.h
src/qtui/mainwin.cpp