[Kde-games-devel] ksirkskineditor - crash on closing
Albert Astals Cid
aacid at kde.org
Sun Jul 26 13:51:11 CEST 2009
A Diumenge, 26 de juliol de 2009, Johannes Obermayr va escriure:
> Am Sonntag, 26. Juli 2009 12:42:49 schrieb Albert Astals Cid:
> > A Diumenge, 26 de juliol de 2009, Kleag va escriure:
> > > Le jeudi 23 juillet 2009 23:19:10, Albert Astals Cid a écrit :
> > > > A Dijous, 23 de juliol de 2009, Johannes Obermayr va escriure:
> > > > > Hi,
> > > > >
> > > > > every time when I close ksirkskineditor there is a crash. This
> > > > > happens on 3 different openSuSE systems.
>
> Gaël, thanks for fixing it.
>
> > > > > Btw. can you please add ksirkskineditor to KDE bug tracking system?
> > > > > ksirkskineditor has not been supported on it up to now...
> > >
> > > Thanks Albert. Each executable has its own product on bke ?
> >
> > Each graphical program, yes, it could have a subcomponent inside the
> > product, but generally an own product is easier to manager.
> >
> > Albert
> >
> > > Gael
> > >
> > > > Done
>
> On bugs.kde.org it is available now ...
>
> But drkonqi still tells me the following:
>
> "This application is not supported in the KDE bug tracking system. Click
> Finish to report this bug to the application maintainer. Also, you can
> manually report at <email>"
>
> Please tell me, if I'm too stupid to use drkonqi ...
> (I do not want to report a fixed bug. But I want to test whether I would
> have the chance to report it by drkonqi ...)
That's a problem in the code, the following patch fixes it.
Index: main.cpp
===================================================================
--- main.cpp (revision 1001618)
+++ main.cpp (working copy)
@@ -41,7 +41,7 @@
kDebug() << "Hello World!";
KAboutData aboutData( "ksirkskineditor", 0, ki18n("KsirK Skin Editor"),
KDE_VERSION_STRING, ki18n(description), KAboutData::License_GPL,
- ki18n("(c) 2008, Gaël de Chalendar\n"), ki18n("For help and user
manual, please see\nThe KsirK Web site"),
"http://games.kde.org/game.php?game=ksirk", "kleag at free.fr");
+ ki18n("(c) 2008, Gaël de Chalendar\n"), ki18n("For help and user
manual, please see\nThe KsirK Web site"),
"http://games.kde.org/game.php?game=ksirk");
aboutData.addAuthor(ki18n("Gael de Chalendar aka
Kleag"),KLocalizedString(), "kleag at free.fr");
KCmdLineArgs::init( argc, argv, &aboutData );
Albert
>
> Thanks.
> Johannes
>
> > > > Albert
>
> [...]
> _______________________________________________
> kde-games-devel mailing list
> kde-games-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kde-games-devel
More information about the kde-games-devel
mailing list