[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#280776: kopete: icon appears as a blank page



On Thu, Nov 18, 2004 at 08:21:22AM -0500, Josh Metzler wrote:
> Ok - looking in webcvs.kde.org, it looks like KopeteSystemTray inherits from 
> KSystemTray, and gets its LoadIcon from there:
> 
> QPixmap KSystemTray::loadIcon( const QString &icon, KInstance *instance )
> {
>     KConfig *appCfg = kapp->config();
>     KConfigGroupSaver configSaver(appCfg, "System Tray");
>     int iconWidth = appCfg->readNumEntry("systrayIconWidth", 22);
>     return instance->iconLoader()->loadIcon( icon, KIcon::Panel, 
> iconWidth );
> }
> 
> So, unless your .kde/share/config/kopeterc has a systrayIconWidth set to 16, 
> I would expect this to load the 22x22 version.  With as much as you have 
> been moving your kopete config out of the way, though, I doubt this is the 
> case. :(

Alas, it is not the case.

Is there a global system tray icon size setting?

Francis



Reply to: