[Konsole-devel] [Bug 83163] Replace openterm icons with konsole icons.

Kurt V.Hindenburg kurt.hindenburg at kdemail.net
Wed Mar 16 16:11:06 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=83163         




------- Additional Comments From kurt.hindenburg kdemail net  2005-03-16 17:10 -------
CVS commit by hindenburg: 

s/openterm/konsole/

CCBUGS: 83163


  M +4 -4      konsole.cpp   1.516
  M +2 -2      main.cpp   1.288
  M +1 -1      session.cpp   1.101


--- kdebase/konsole/konsole/konsole.cpp  #1.515:1.516
 @ -2508,5 +2508,5  @ QString Konsole::newSession(KSimpleConfi
 {
   QString emu = "xterm";
-  QString icon = "openterm";
+  QString icon = "konsole";
   QString key;
   QString sch = s_kconfigSchema;
 @ -3097,5 +3097,5  @ void Konsole::createSessionMenus()
   KSimpleConfig *cfg = no2command[SESSION_NEW_SHELL_ID];
   QString txt = cfg->readEntry("Name");
-  QString icon = cfg->readEntry("Icon", "openterm");
+  QString icon = cfg->readEntry("Icon", "konsole");
   insertItemSorted(m_tabbarSessionsCommands, SmallIconSet(icon),
                    txt.replace('&',"&&"), SESSION_NEW_SHELL_ID );
 @ -3119,5 +3119,5  @ void Konsole::createSessionMenus()
 
     QString txt = (*it).readEntry("Name");
-    QString icon = (*it).readEntry("Icon", "openterm");
+    QString icon = (*it).readEntry("Icon", "konsole");
     insertItemSorted(m_tabbarSessionsCommands, SmallIconSet(icon),
                      txt.replace('&',"&&"), it.currentKey() );
 @ -3151,5 +3151,5  @ void Konsole::addScreenSession(const QSt
   co->writePathEntry("Exec", QString::fromLatin1("SCREENDIR=%1 screen -r %2")
     .arg(path).arg(socket));
-  QString icon = "openterm"; // FIXME use another icon (malte)
+  QString icon = "konsole";
   cmd_serial++;
   m_session->insertItem( SmallIconSet( icon ), txt, cmd_serial, cmd_serial - 1 );

--- kdebase/konsole/konsole/main.cpp  #1.287:1.288
 @ -485,5 +485,5  @ extern "C" int KDE_EXPORT kdemain(int ar
         sTitle = sessionconfig->readEntry("Title0", title);
         sTerm = sessionconfig->readEntry("Term0");
-        sIcon = sessionconfig->readEntry("Icon0","openterm");
+        sIcon = sessionconfig->readEntry("Icon0","konsole");
         sCwd = sessionconfig->readPathEntry("Cwd0");
         workDir = sessionconfig->readPathEntry("workdir");
 @ -526,5 +526,5  @ extern "C" int KDE_EXPORT kdemain(int ar
           sTerm = sessionconfig->readEntry(key);
           key = QString("Icon%1").arg(counter);
-          sIcon = sessionconfig->readEntry(key,"openterm");
+          sIcon = sessionconfig->readEntry(key,"konsole");
           key = QString("Cwd%1").arg(counter);
           sCwd = sessionconfig->readPathEntry(key);

--- kdebase/konsole/konsole/session.cpp  #1.100:1.101
 @ -67,5 +67,5  @ TESession::TESession(TEWidget* _te, cons
   term = _term;
   winId = _winId;
-  iconName = "openterm";
+  iconName = "konsole";
 
   //kdDebug(1211)<<"TESession ctor() sh->setSize()"<<endl;



More information about the konsole-devel mailing list