Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 209

kdebase-3.4.2-55mdk.src.rpm

--- kdebase-3.2/kcontrol/kicker/positiontab_impl.cpp--	2004-02-18 14:16:52.000000000 +0100
+++ kdebase-3.2/kcontrol/kicker/positiontab_impl.cpp	2004-02-18 14:17:47.000000000 +0100
@@ -182,7 +182,7 @@ void PositionTab::defaults()
     m_percentSlider->setValue( 100 ); // use all space available
     m_percentSpinBox->setValue( 100 ); // use all space available
     m_expandCheckBox->setChecked( true ); // expand as required
-    m_xineramaScreenComboBox->setCurrentItem(QApplication::desktop()->primaryScreen());
+    m_xineramaScreenComboBox->setCurrentItem(/*QApplication::desktop()->primaryScreen()*/ 0);
 
     if (QApplication::reverseLayout())
     {
--- kdebase-3.2/kcontrol/kicker/extensionInfo.cpp--	2004-02-18 14:16:30.000000000 +0100
+++ kdebase-3.2/kcontrol/kicker/extensionInfo.cpp	2004-02-18 14:16:42.000000000 +0100
@@ -145,7 +145,7 @@ void extensionInfo::setDefaults()
     // defaults
     _position       = 3;
     _alignment      = QApplication::reverseLayout() ? 2 : 0;
-    _xineramaScreen = QApplication::desktop()->primaryScreen();
+    _xineramaScreen = /*QApplication::desktop()->primaryScreen()*/ -2;
     _size           = 1;
     _showLeftHB     = true;
     _showRightHB    = false;
--- kdebase-3.2/kicker/core/container_panel.cpp--	2004-02-18 14:20:56.000000000 +0100
+++ kdebase-3.2/kicker/core/container_panel.cpp	2004-02-18 14:21:02.000000000 +0100
@@ -84,7 +84,7 @@ PanelSettings::PanelSettings()
     _showToolTips      = true;
 
     // Basic Xinerama support - position itself on the U-L head, along the bottom
-    _xineramaScreen = QApplication::desktop()->primaryScreen();
+    _xineramaScreen = /*QApplication::desktop()->primaryScreen()*/ -2;
 }
 
 void PanelSettings::readConfig( KConfig *c )