diff options
author | Alex Alexander <wired@gentoo.org> | 2010-12-05 21:51:09 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-12-05 21:51:09 +0000 |
commit | d3930fc626739e95c1ce20c2202c756b08054074 (patch) | |
tree | 18796d5dcb34d4e5b92a8ba9c47113707c71752f /x11-libs/qt-core/files | |
parent | Version bump (diff) | |
download | historical-d3930fc626739e95c1ce20c2202c756b08054074.tar.gz historical-d3930fc626739e95c1ce20c2202c756b08054074.tar.bz2 historical-d3930fc626739e95c1ce20c2202c756b08054074.zip |
removed 4.5.3
Package-Manager: portage-2.2.0_alpha6/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-core/files')
-rw-r--r-- | x11-libs/qt-core/files/qt-4.5.3-glib-event-loop.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-libs/qt-core/files/qt-4.5.3-glib-event-loop.patch b/x11-libs/qt-core/files/qt-4.5.3-glib-event-loop.patch deleted file mode 100644 index 580f027a5471..000000000000 --- a/x11-libs/qt-core/files/qt-4.5.3-glib-event-loop.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up qt-x11-opensource-src-4.5.3/src/corelib/kernel/qeventdispatcher_glib.cpp.than qt-x11-opensource-src-4.5.3/src/corelib/kernel/qeventdispatcher_glib.cpp ---- qt-x11-opensource-src-4.5.3/src/corelib/kernel/qeventdispatcher_glib.cpp.than 2009-10-29 16:15:58.000000000 +0100 -+++ qt-x11-opensource-src-4.5.3/src/corelib/kernel/qeventdispatcher_glib.cpp 2009-10-29 16:16:22.000000000 +0100 -@@ -263,7 +263,6 @@ QEventDispatcherGlibPrivate::QEventDispa - (void) new (&timerSource->timerList) QTimerInfoList(); - timerSource->processEventsFlags = QEventLoop::AllEvents; - g_source_set_can_recurse(&timerSource->source, true); -- g_source_set_priority(&timerSource->source, G_PRIORITY_DEFAULT_IDLE); - g_source_attach(&timerSource->source, mainContext); - } - |