diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-19 10:09:49 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-19 10:09:49 +0000 |
commit | 4ba63e694630df7f221d83a2aae1777455160f24 (patch) | |
tree | f36e87e1dcc9d6d3ef99d9faf93c62a60c7d7b76 /media-gfx/digikam/files | |
parent | Abort install if people have a broken kernel running #262698. (diff) | |
download | gentoo-2-4ba63e694630df7f221d83a2aae1777455160f24.tar.gz gentoo-2-4ba63e694630df7f221d83a2aae1777455160f24.tar.bz2 gentoo-2-4ba63e694630df7f221d83a2aae1777455160f24.zip |
Add new digikam 0.10.0 (for kde4). Silence all the repoman waring all around.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/digikam/files')
-rw-r--r-- | media-gfx/digikam/files/0.10.0_rc2-browseImages.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/media-gfx/digikam/files/0.10.0_rc2-browseImages.patch b/media-gfx/digikam/files/0.10.0_rc2-browseImages.patch deleted file mode 100644 index 47aac4d7848c..000000000000 --- a/media-gfx/digikam/files/0.10.0_rc2-browseImages.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- digikam/imagepreviewbar.cpp -+++ ../imagepreviewbar.cpp -@@ -682,16 +682,17 @@ - - bool ImagePreviewBar::eventFilter(QObject *obj, QEvent *ev) - { -- if ( obj == qobject_cast<QObject*>(d->ratingBox) ) -+ if ( obj == d->ratingBox ) - { - if ( ev->type() == QEvent::Leave) - { -- if (d->ratingItem) -+ // Cave: ratingBox->hide can recurse here again! See bug 184473 -+ ThumbBarItem *item = d->ratingItem; -+ if (item) - { - unsetCursor(); -+ d->ratingItem = 0; - d->ratingBox->hide(); -- ThumbBarItem *item = d->ratingItem; -- d->ratingItem = 0; - item->repaint(); - } - } |