KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
102288
:
When you change the system font sizes in kcontr...
P
roduct
:
kopete
Co
m
ponent
:
Contact list
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2005-03-23 16:39
Last Changed:
2005-03-31 12:23:23
Version: (using KDE Devel) Installed from: Compiled sources See subject Probably has something to do with our custom strategies.
Comment
#1
Olivier Goffart 2005-03-31 12:23:23
CVS commit by ogoffart: fix
Bug 102288
: When you change the system font sizes in kcontrol, Kopete contact list does not pick them up until restart BUG: 102288 M +2 -0 kopetegroupviewitem.cpp 1.38 M +3 -1 kopetemetacontactlvi.cpp 1.117 --- kdenetwork/kopete/kopete/contactlist/kopetegroupviewitem.cpp #1.37:1.38 @@ -22,4 +22,5 @@ #include <kiconloader.h> #include <kdebug.h> +#include <kapplication.h> #include "kopetecontactlistview.h" @@ -107,4 +108,5 @@ void KopeteGroupViewItem::initLVI() connect( KopetePrefs::prefs(), SIGNAL( contactListAppearanceChanged() ), SLOT( slotConfigChanged() ) ); + connect( kapp, SIGNAL( appearanceChanged() ), SLOT( slotConfigChanged() ) ); connect( m_group, SIGNAL( iconAppearanceChanged() ), SLOT( updateIcon() ) ); --- kdenetwork/kopete/kopete/contactlist/kopetemetacontactlvi.cpp #1.116:1.117 @@ -19,5 +19,4 @@ */ -#include <qapplication.h> #include <qpainter.h> #include <qtimer.h> @@ -37,4 +36,5 @@ #include <kglobal.h> #include <kconfig.h> +#include <kapplication.h> #include <kabc/addressbook.h> @@ -276,4 +276,6 @@ void KopeteMetaContactLVI::initLVI() SLOT( slotConfigChanged() ) ); + connect( kapp, SIGNAL( appearanceChanged() ), SLOT( slotConfigChanged() ) ); + mBlinkTimer = new QTimer( this, "mBlinkTimer" ); connect( mBlinkTimer, SIGNAL( timeout() ), SLOT( slotBlink() ) );
P
latform
:
Compiled Sources
O
S
:
Linux
K
eywords
:
U
RL
:
People
Reporter
:
Jason Keirstead
Assigned To
:
Kopete Developers
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In