SVN commit 456888 by henrique: Without this, KTTSMgr would crash with a segmentation fault when started. CCMAIL: garycramblitt@comcast.net M +2 -1 kttsmgr.cpp --- branches/KDE/3.5/kdeaccessibility/kttsd/kttsmgr/kttsmgr.cpp #456887:456888 @@ -42,7 +42,8 @@ { "s", 0, 0 }, { "systray", I18N_NOOP("Start minimized in system tray."), 0 }, { "a", 0, 0 }, - { "autoexit", I18N_NOOP("Exit when speaking is finished and minimized in system tray."), 0 } + { "autoexit", I18N_NOOP("Exit when speaking is finished and minimized in system tray."), 0 }, + KCmdLineLastOption }; int main (int argc, char *argv[])