summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/k_new_mnu.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-11 13:08:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-11 13:08:27 -0600
commit6f32bfd96c038c8ddec90f6ab6e88629e709991f (patch)
tree8ff87e049df02f11f3de84f138cadddaf6f1ebc6 /kicker/kicker/ui/k_new_mnu.cpp
parent9cf4f4be1a5457158e13632a7105d86a3730144b (diff)
downloadtdebase-6f32bfd96c038c8ddec90f6ab6e88629e709991f.tar.gz
tdebase-6f32bfd96c038c8ddec90f6ab6e88629e709991f.zip
Fix kickoff crashing and remove additional OpenSUSE branding
This closes Bug 508
Diffstat (limited to 'kicker/kicker/ui/k_new_mnu.cpp')
-rw-r--r--kicker/kicker/ui/k_new_mnu.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/kicker/kicker/ui/k_new_mnu.cpp b/kicker/kicker/ui/k_new_mnu.cpp
index 993065d0f..1a25aa10b 100644
--- a/kicker/kicker/ui/k_new_mnu.cpp
+++ b/kicker/kicker/ui/k_new_mnu.cpp
@@ -1700,8 +1700,6 @@ void KMenu::setOrientation(MenuOrientation orientation)
TQPixmap pix( 64, footer->height() );
TQPainter p( &pix );
p.fillRect( 0, 0, 64, footer->height(), m_branding->colorGroup().brush( TQColorGroup::Base ) );
- p.fillRect( 0, m_orientation == BottomUp ? footer->height() - 2 : 0,
- 64, 3, KNewButton::self()->borderColor() );
p.end();
footer->setPaletteBackgroundPixmap( pix );
}
@@ -3500,7 +3498,8 @@ void KMenu::updateMedia()
}
m_systemView->insertItem( iconName, userLabel.isEmpty() ? label : userLabel,
descr, "system:/media/" + name, nId++, -1 );
-
+ ++it;
+ ++it;
++it; // skip separator
}
}