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.
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.