author | zautrix <zautrix> | 2004-08-21 00:37:31 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-21 00:37:31 (UTC) |
commit | f7bf415be8c727c887ec01c2d8fb8f1c2f85d096 (patch) (unidiff) | |
tree | 7ea53cea72a757bb57bef12ea9e20543f2e7dfa9 | |
parent | ab07441b413dff6d478e2c3a39b823b4269931c5 (diff) | |
download | kdepimpi-f7bf415be8c727c887ec01c2d8fb8f1c2f85d096.zip kdepimpi-f7bf415be8c727c887ec01c2d8fb8f1c2f85d096.tar.gz kdepimpi-f7bf415be8c727c887ec01c2d8fb8f1c2f85d096.tar.bz2 |
Some fixes of the icons
-rw-r--r-- | bin/kdepim/kaddressbook/icons22/listview.png | bin | 365 -> 657 bytes | |||
-rw-r--r-- | kaddressbook/kabcore.cpp | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/kdepim/kaddressbook/icons22/listview.png b/bin/kdepim/kaddressbook/icons22/listview.png index b19d9f8..7de6ba0 100644 --- a/bin/kdepim/kaddressbook/icons22/listview.png +++ b/bin/kdepim/kaddressbook/icons22/listview.png | |||
Binary files differ | |||
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index cb9b992..f0f08f4 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp | |||
@@ -1307,17 +1307,19 @@ void KABCore::openConfigDialog() | |||
1307 | 1307 | ||
1308 | 1308 | ||
1309 | 1309 | ||
1310 | connect( ConfigureDialog, SIGNAL( applyClicked() ), | 1310 | connect( ConfigureDialog, SIGNAL( applyClicked() ), |
1311 | this, SLOT( configurationChanged() ) ); | 1311 | this, SLOT( configurationChanged() ) ); |
1312 | connect( ConfigureDialog, SIGNAL( okClicked() ), | 1312 | connect( ConfigureDialog, SIGNAL( okClicked() ), |
1313 | this, SLOT( configurationChanged() ) ); | 1313 | this, SLOT( configurationChanged() ) ); |
1314 | saveSettings(); | 1314 | saveSettings(); |
1315 | #ifndef DESKTOP_VERSION | ||
1315 | ConfigureDialog->showMaximized(); | 1316 | ConfigureDialog->showMaximized(); |
1317 | #endif | ||
1316 | if ( ConfigureDialog->exec() ) | 1318 | if ( ConfigureDialog->exec() ) |
1317 | KMessageBox::information( this, i18n("Some changes are only\neffective after a restart!\n") ); | 1319 | KMessageBox::information( this, i18n("Some changes are only\neffective after a restart!\n") ); |
1318 | delete ConfigureDialog; | 1320 | delete ConfigureDialog; |
1319 | } | 1321 | } |
1320 | 1322 | ||
1321 | void KABCore::openLDAPDialog() | 1323 | void KABCore::openLDAPDialog() |
1322 | { | 1324 | { |
1323 | #ifndef KAB_EMBEDDED | 1325 | #ifndef KAB_EMBEDDED |
@@ -1865,17 +1867,17 @@ void KABCore::addActionsManually() | |||
1865 | } else { | 1867 | } else { |
1866 | mActionKeyBindings->plug( settingsMenu ); | 1868 | mActionKeyBindings->plug( settingsMenu ); |
1867 | } | 1869 | } |
1868 | 1870 | ||
1869 | settingsMenu->insertSeparator(); | 1871 | settingsMenu->insertSeparator(); |
1870 | 1872 | ||
1871 | mActionJumpBar->plug( settingsMenu ); | 1873 | mActionJumpBar->plug( settingsMenu ); |
1872 | mActionDetails->plug( settingsMenu ); | 1874 | mActionDetails->plug( settingsMenu ); |
1873 | if (!KABPrefs::instance()->mMultipleViewsAtOnce ) | 1875 | if (!KABPrefs::instance()->mMultipleViewsAtOnce || KGlobal::getDesktopSize() == KGlobal::Desktop ) |
1874 | mActionDetails->plug( tb ); | 1876 | mActionDetails->plug( tb ); |
1875 | settingsMenu->insertSeparator(); | 1877 | settingsMenu->insertSeparator(); |
1876 | 1878 | ||
1877 | mActionWhoAmI->plug( settingsMenu ); | 1879 | mActionWhoAmI->plug( settingsMenu ); |
1878 | mActionCategories->plug( settingsMenu ); | 1880 | mActionCategories->plug( settingsMenu ); |
1879 | 1881 | ||
1880 | mActionLicence->plug( helpMenu ); | 1882 | mActionLicence->plug( helpMenu ); |
1881 | mActionFaq->plug( helpMenu ); | 1883 | mActionFaq->plug( helpMenu ); |