[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kopete/libkopete/ui
From:       Daniel Molkentin <molkentin () kde ! org>
Date:       2002-12-09 0:34:13
[Download RAW message or body]

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 <kkeydialog.h>
 #include <kedittoolbar.h>
+#include <kwin.h>
 
 #include "kopete.h"
@@ -44,4 +45,5 @@ KopeteWindow::KopeteWindow( QWidget *par
 : KMainWindow( parent, name )
 {
+        KWin::setState(winId(), NET::SkipTaskbar);
         kdDebug() << "[KopeteWindow] KopeteWindow()" << endl;
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic