From adfc29286dee5690521f2cd177bc0e9f97cab2d4 Mon Sep 17 00:00:00 2001 From: albator Date: Sun, 4 Sep 2011 19:47:42 +0200 Subject: Initial KDEBASE build for RHEL 6 Versions 3.5.12 and 3.5.13 Including some RHEL/Fedora specific patches. --- redhat/kdebase/kdebase-3.5.12-r1220975.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 redhat/kdebase/kdebase-3.5.12-r1220975.patch (limited to 'redhat/kdebase/kdebase-3.5.12-r1220975.patch') diff --git a/redhat/kdebase/kdebase-3.5.12-r1220975.patch b/redhat/kdebase/kdebase-3.5.12-r1220975.patch new file mode 100644 index 000000000..d16ce90e0 --- /dev/null +++ b/redhat/kdebase/kdebase-3.5.12-r1220975.patch @@ -0,0 +1,19 @@ +*** kdebase/ksmserver/shutdowndlg.cpp.ORI 2011-08-23 21:42:55.206965177 +0200 +--- kdebase/ksmserver/shutdowndlg.cpp 2011-08-23 21:43:26.429965029 +0200 +*************** +*** 80,86 **** + { + DCOPRef("kicker", "KMenu").call("hideMenu"); // Make sure the K Menu is completely removed from the screen before taking a snapshot... + m_grayImage = TQPixmap::grabWindow(qt_xrootwin(), 0, 0, TQApplication::desktop()->width(), TQApplication::desktop()->height()).convertToImage(); +! m_unfadedImage = TQImage::TQImage(); + resize(0, 0); + setShown(true); + TQTimer::singleShot( 500, this, TQT_SLOT( slotPaintEffect() ) ); +--- 80,86 ---- + { + DCOPRef("kicker", "KMenu").call("hideMenu"); // Make sure the K Menu is completely removed from the screen before taking a snapshot... + m_grayImage = TQPixmap::grabWindow(qt_xrootwin(), 0, 0, TQApplication::desktop()->width(), TQApplication::desktop()->height()).convertToImage(); +! m_unfadedImage = TQImage(); + resize(0, 0); + setShown(true); + TQTimer::singleShot( 500, this, TQT_SLOT( slotPaintEffect() ) ); -- cgit v1.2.3