[Kde-imaging] [Bug 119867] different icon types used by slideshow for for backwards/forwards.

Joern Ahrens joern.ahrens at kdemail.net
Tue Jan 10 18:34:49 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=119867         
joern.ahrens kdemail net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From joern.ahrens kdemail net  2006-01-10 18:34 -------
SVN commit 496515 by jahrens:


He is talking about the slideshow, where we used indeed
different icons.

BUG: 119867


 M  +1 -1      toolbar.cpp  


--- trunk/extragear/libs/kipi-plugins/slideshow/toolbar.cpp #496514:496515
 @ -45,7 +45,7  @
     KIconLoader* loader = kapp->iconLoader();
     m_playBtn->setIconSet(loader->loadIcon("player_pause", KIcon::NoGroup, 22));
     m_prevBtn->setIconSet(loader->loadIcon("back", KIcon::NoGroup, 22));
-    m_nextBtn->setIconSet(loader->loadIcon("next", KIcon::NoGroup, 22));
+    m_nextBtn->setIconSet(loader->loadIcon("forward", KIcon::NoGroup, 22));
     m_stopBtn->setIconSet(loader->loadIcon("stop", KIcon::NoGroup, 22));
 
     lay->addWidget(m_playBtn);


More information about the Kde-imaging mailing list