Bug 105163 - Wrong name of icon file timezone.png
Summary: Wrong name of icon file timezone.png
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Jiří Suchomel
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 12:28 UTC by Lukas Ocilka
Modified: 2005-08-19 13:43 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Ocilka 2005-08-17 12:28:57 UTC
2005-08-17 05:11:57 <2> linux(3005) [qt-wizard] YQWizard.cc(setDialogIcon):1434
Couldn't load dialog icon
"/usr/share/YaST2/theme/current/icons/22x22/apps/timezone.png"
2005-08-17 05:11:57 <1> linux(3002) [YCP] Timezone.ycp:160 Set cmd /usr/sbin/zic
-l US/Mountain

There are only these timezone-related icons:
/usr/share/YaST2/theme/SuSELinux/icons/48x48/apps/yast-timezone.png
/usr/share/YaST2/theme/SuSELinux/icons/32x32/apps/yast-timezone.png
/usr/share/YaST2/theme/SuSELinux/icons/22x22/apps/yast-timezone.png

might be in:
timezone/src/inst_timezone.ycp:361:    Wizard::SetDesktopIcon ("timezone");
timezone/src/inst_timezone.ycp:364:     Wizard::SetTitleIcon( "timezone" );
Comment 1 Jiří Suchomel 2005-08-17 13:16:35 UTC
The second one (SetTitleIcon) should contain icon name (which is yast-timezone).

It's the same for keyboard, so don't report it ... :-)

Comment 2 Jiří Suchomel 2005-08-19 13:43:56 UTC
fixed