Bug 136606

Summary: kugar: typo in source code listing
Product: [Websites] docs.kde.org Reporter: Frederik Schwarzer <schwarzer>
Component: generalAssignee: Documentation Editorial Team <kde-doc-english>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: kugar patch

Description Frederik Schwarzer 2006-11-01 04:40:06 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Debian testing/unstable Packages

Just a little typo found in kugar_progguide.po.

progguide.docbook:276
"#include &lt;qwidgetplugin.h>&gt;"

The '>' is too much here.
Comment 1 Rich Johnson 2006-11-01 05:48:57 UTC
Created attachment 18342 [details]
kugar patch

this is a patch to fix the spelling mistake
Comment 2 Anne-Marie Mahfouf 2006-11-25 09:22:40 UTC
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 &lt;qwidgetplugin.h>&gt;
+#include &lt;qwidgetplugin.h&gt;
 
 class KugarWidgetPlugin:public QWidgetPlugin
 {
Comment 3 Anne-Marie Mahfouf 2006-11-25 09:23:50 UTC
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 &lt;qwidgetplugin.h>&gt;
+#include &lt;qwidgetplugin.h&gt;
 
 class KugarWidgetPlugin:public QWidgetPlugin
 {
Comment 4 Anne-Marie Mahfouf 2006-11-26 09:13:00 UTC
reopening as I reverted the fix in 1.6 as it was freeze...
Comment 5 Anne-Marie Mahfouf 2006-11-26 09:42:06 UTC
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 &lt;qwidgetplugin.h&gt;
+#include &lt;qwidgetplugin.h>&gt;
 
 class KugarWidgetPlugin:public QWidgetPlugin
 {
Comment 6 Frederik Schwarzer 2007-04-25 22:20:20 UTC
Closing this one since the typo is fixed in branches as well now.