Bug 136606 - kugar: typo in source code listing
Summary: kugar: typo in source code listing
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 04:40 UTC by Frederik Schwarzer
Modified: 2007-04-25 22:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
kugar patch (379 bytes, patch)
2006-11-01 05:48 UTC, Rich Johnson
Details

Note You need to log in before you can comment on or make changes to this bug.
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 <qwidgetplugin.h>>"

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.