| Summary: | kugar: typo in source code listing | ||
|---|---|---|---|
| Product: | [Websites] docs.kde.org | Reporter: | Frederik Schwarzer <schwarzer> |
| Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | kugar patch | ||
|
Description
Frederik Schwarzer
2006-11-01 04:40:06 UTC
Created attachment 18342 [details]
kugar patch
this is a patch to fix the spelling mistake
SVN commit 607579 by annma:
forward port
BUG=136606
M +1 -1 progguide.docbook
--- trunk/koffice/doc/kugar/progguide.docbook #607578:607579
@@ -276,7 +276,7 @@
<title>kugar_plugin.h</title>
<programlisting>
-#include <qwidgetplugin.h>>
+#include <qwidgetplugin.h>
class KugarWidgetPlugin:public QWidgetPlugin
{
SVN commit 607578 by annma:
CCBUG=136606
M +1 -1 progguide.docbook
--- branches/koffice/1.6/koffice/doc/kugar/progguide.docbook #607577:607578
@@ -276,7 +276,7 @@
<title>kugar_plugin.h</title>
<programlisting>
-#include <qwidgetplugin.h>>
+#include <qwidgetplugin.h>
class KugarWidgetPlugin:public QWidgetPlugin
{
reopening as I reverted the fix in 1.6 as it was freeze... SVN commit 607892 by annma: revert 607578 as it seems it will generate a fuzzy... it's almost impossible for me not to mess with all those different freezes, i was sure it was OK for KDE 3.5 branch and boum, i fixed an innocent koffice typo... add to this kdevelop also different release schedule and try to stay sane... I'll reopen the bug CCBUG=136606 CCMAIL=lueck@hube-lueck.de M +1 -1 progguide.docbook --- branches/koffice/1.6/koffice/doc/kugar/progguide.docbook #607891:607892 @@ -276,7 +276,7 @@ <title>kugar_plugin.h</title> <programlisting> -#include <qwidgetplugin.h> +#include <qwidgetplugin.h>> class KugarWidgetPlugin:public QWidgetPlugin { Closing this one since the typo is fixed in branches as well now. |