summaryrefslogtreecommitdiffstats
path: root/pyqt/fix-stackedwidget-bug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pyqt/fix-stackedwidget-bug.patch')
-rw-r--r--pyqt/fix-stackedwidget-bug.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pyqt/fix-stackedwidget-bug.patch b/pyqt/fix-stackedwidget-bug.patch
new file mode 100644
index 000000000..70b6118a9
--- /dev/null
+++ b/pyqt/fix-stackedwidget-bug.patch
@@ -0,0 +1,12 @@
+--- PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py~ 2010-12-27 14:01:31.500057960 -0800
++++ PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py 2010-12-27 14:01:44.460058033 -0800
+@@ -158,7 +158,7 @@
+ # Ignore the parent if it is a container.
+ parent = self.stack.topwidget
+ if isinstance(parent, (QtGui.QDockWidget, QtGui.QMdiArea,
+- QtGui.QScrollArea, QtGui.StackedWidget,
++ QtGui.QScrollArea, QtGui.QStackedWidget,
+ QtGui.QToolBox, QtGui.QTabWidget,
+ QtGui.QWizard)):
+ parent = None
+