[PATCH] Fixing the KMix applet
Andras Mantia
amantia at kde.org
Sun Nov 30 18:37:24 GMT 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Oops, bug in patch
+ if ((m_direction != KPanelApplet::Right) && (m_direction ==
KPanelApplet::Down))
should be
+ if ((m_direction != KPanelApplet::Right) && (m_direction !=
KPanelApplet::Down) &&
+ (m_direction != KPanelApplet::Left) && (m_direction !=
KPanelApplet::Up))
You get the idea, don't you?
And another bug: changing the direction of the sliders breaks the layout...
Andras
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
iD8DBQE/yjjkTQdfac6L/08RAjfMAJ98myiASLcOcReHrWLnYtvLByadGQCgkNGZ
tT3jtbyR/wbgcPbPdp1Hqds=
=jL98
-----END PGP SIGNATURE-----
More information about the kde-core-devel
mailing list