CVS commit by danimo: By popular request of a single user ;) Don't occupy the taskbar with kopetes mainwindow. We have full control over it via the icon tray anyway M +3 -1 kopetecontactlistview.cpp 1.60 M +2 -0 kopetewindow.cpp 1.51 --- kdenonbeta/kopete/libkopete/ui/kopetecontactlistview.cpp #1.59:1.60 @@ -611,4 +611,6 @@ void KopeteContactListView::renameGroup( return; + removeGroupItem->startRename(0); +/* bool ok; KopeteGroup *from=removeGroupItem->group(); @@ -621,5 +623,5 @@ void KopeteContactListView::renameGroup( from->setDisplayName(newname); - +*/ /* KopeteGroup *to=KopeteContactList::contactList()->getGroup(newname); --- kdenonbeta/kopete/libkopete/ui/kopetewindow.cpp #1.50:1.51 @@ -31,4 +31,5 @@ #include #include +#include #include "kopete.h" @@ -44,4 +45,5 @@ KopeteWindow::KopeteWindow( QWidget *par : KMainWindow( parent, name ) { + KWin::setState(winId(), NET::SkipTaskbar); kdDebug() << "[KopeteWindow] KopeteWindow()" << endl;