public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui/files: qt-gui-designer-4.4.1.patch
@ 2008-09-19 12:00 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2008-09-19 12:00 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/09/19 12:00:05

  Added:                qt-gui-designer-4.4.1.patch
  Log:
  Add fix for bug 235392
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 i686)

Revision  Changes    Path
1.1                  x11-libs/qt-gui/files/qt-gui-designer-4.4.1.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/files/qt-gui-designer-4.4.1.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/files/qt-gui-designer-4.4.1.patch?rev=1.1&content-type=text/plain

Index: qt-gui-designer-4.4.1.patch
===================================================================
--- src/tools/designer/src/components/propertyeditor/propertyeditor.cpp	2008-08-14 10:25:28 -0000
+++ src/tools/designer/src/components/propertyeditor/propertyeditor.cpp	2008-08-14 10:25:28 -0000

@@ -656,7 +656,7 @@
 
 void PropertyEditor::updateColors()
 {
-    if (m_currentBrowser == m_treeBrowser) {
+    if (m_treeBrowser && m_currentBrowser == m_treeBrowser) {
         QList<QtBrowserItem *> items = m_treeBrowser->topLevelItems();
         QListIterator<QtBrowserItem *> itItem(items);
         while (itItem.hasNext()) {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-19 12:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19 12:00 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui/files: qt-gui-designer-4.4.1.patch Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox