Changeset 1035

Show
Ignore:
Timestamp:
06/03/06 14:27:49 (3 years ago)
Author:
ehabkost
Message:

Including pmarat's fix to #195

Thanks!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/kdepim/src/kdepim_impl.cpp

    r813 r1035  
    7878        mApplication = kapp; 
    7979      else { 
    80         mApplication = new KApplication( false, false ); 
     80        mApplication = new KApplication( true, true ); 
    8181        mNewApplication = true; 
    8282      }