openbsd-ports/x11/kde4/graphics/patches/patch-kuickshow_src_imagewindow_cpp
espie d32a2618f1 partial port of the kde4 beta.
this is totally experimental and not working yet !
it's in so that experimental people can look at it and play with it.
do not even think of building it if you don't know what you're doing.
2007-03-22 22:24:32 +00:00

14 lines
443 B
Plaintext

$OpenBSD: patch-kuickshow_src_imagewindow_cpp,v 1.1.1.1 2007/03/22 22:24:33 espie Exp $
--- kuickshow/src/imagewindow.cpp.orig Thu Mar 22 00:36:47 2007
+++ kuickshow/src/imagewindow.cpp Thu Mar 22 00:37:21 2007
@@ -1158,7 +1158,8 @@ void ImageWindow::maximize()
void ImageWindow::slotProperties()
{
- KPropertiesDialog dlg( KUrl(filename()), this );
+ KUrl a(filename());
+ KPropertiesDialog dlg( a, this );
dlg.exec();
}