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

List:       kde-commits
Subject:    kdeutils/kcharselect
From:       Pascal Létourneau <pletourn () globetrotter ! net>
Date:       2004-01-25 19:44:32
Message-ID: 20040125194432.195702A6E () office ! kde ! org
[Download RAW message or body]

CVS commit by pletourn: 

Don't save the selected font in the entry reserved for the general ui font


  A            kcharselect.upd   1.1
  M +3 -0      Makefile.am   1.14
  M +1 -1      kcharselectdia.cc   1.28
  M +1 -1      main.cc   1.14


--- kdeutils/kcharselect/Makefile.am  #1.13:1.14
@@ -7,4 +7,7 @@
 kcharselect_METASOURCES = kcharselectdia.moc
 
+updatedir = $(kde_datadir)/kconf_update
+update_DATA = kcharselect.upd
+
 KDE_ICON = kcharselect
 

--- kdeutils/kcharselect/kcharselectdia.cc  #1.27:1.28
@@ -286,5 +286,5 @@ void KCharSelectDia::_exit()
 
   config->setGroup("General");
-  config->writeEntry("font",vFont);
+  config->writeEntry("selectedFont",vFont);
   config->writeEntry("char",static_cast<int>(vChr.unicode()));
   config->writeEntry("table",charSelect->tableNum());

--- kdeutils/kcharselect/main.cc  #1.13:1.14
@@ -34,5 +34,5 @@ int main(int argc, char **argv)
 
   config->setGroup("General");
-  QString font(config->readEntry("font", KGlobalSettings::generalFont().family()));
+  QString font(config->readEntry("selectedFont", KGlobalSettings::generalFont().family()));
   QChar c = QChar(static_cast<unsigned short>(config->readNumEntry("char",33)));
   int tn = config->readNumEntry("table",0);


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

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