From kde-commits Sun Sep 04 00:01:49 2005 From: Henrique Pinto Date: Sun, 04 Sep 2005 00:01:49 +0000 To: kde-commits Subject: branches/KDE/3.5/kdeaccessibility/kttsd/kttsmgr Message-Id: <1125792109.438155.15076.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112579212116230 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[])