diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-05-05 11:31:42 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-05-05 11:31:42 +0200 |
commit | 48989665dd045400121be9592c525a6731238573 (patch) | |
tree | 479058a7fdcb8f3e159d0e485b91b3faadf22b3f /redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch | |
parent | 7e2a657f849a528ef6c4e26e34237b0b6c50caaa (diff) | |
download | tde-packaging-48989665dd045400121be9592c525a6731238573.tar.gz tde-packaging-48989665dd045400121be9592c525a6731238573.zip |
RHEL/Fedora: kaffeine fix (again)
Diffstat (limited to 'redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch')
-rw-r--r-- | redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch b/redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch new file mode 100644 index 000000000..b3fcbc792 --- /dev/null +++ b/redhat/applications/kaffeine/kaffeine-3.5.13-renames_a_few_stragglers.patch @@ -0,0 +1,30 @@ +commit 89b5fd35299d63e54cb2b36ec366d0071381458b +Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Date: 1324748015 -0600 + + Rename a few stragglers + +diff --git a/kaffeine/src/kmultitabbar.cpp b/kaffeine/src/kmultitabbar.cpp +index 4ff1154..8d85e01 100644 +--- a/kaffeine/src/kmultitabbar.cpp ++++ b/kaffeine/src/kmultitabbar.cpp +@@ -654,8 +654,8 @@ void KMultiTabBarTab::drawButtonStyled(TQPainter *paint) { + + if (down) st|=TQStyle::Style_On; + +- tqstyle().drawControl(TQStyle::CE_PushButton,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st); +- tqstyle().drawControl(TQStyle::CE_PushButtonLabel,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st); ++ style().drawControl(TQStyle::CE_PushButton,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st); ++ style().drawControl(TQStyle::CE_PushButtonLabel,&painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), colorGroup(),st); + + switch (m_position) { + case KMultiTabBar::Left: +@@ -671,7 +671,7 @@ void KMultiTabBarTab::drawButtonStyled(TQPainter *paint) { + paint->drawPixmap(0,0,pixmap); + break; + } +-// tqstyle().drawControl(TQStyle::CE_PushButtonLabel,painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), ++// style().drawControl(TQStyle::CE_PushButtonLabel,painter,this, TQRect(0,0,pixmap.width(),pixmap.height()), + // colorGroup(),TQStyle::Style_Enabled); + + |