[maemo-commits] [maemo-commits] r14909 - in projects/haf/branches/hildon-help/gtk-doc: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Dec 7 13:40:06 EET 2007
- Previous message: [maemo-commits] r14908 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r14910 - projects/haf/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: schulhof Date: 2007-12-07 13:40:03 +0200 (Fri, 07 Dec 2007) New Revision: 14909 Modified: projects/haf/branches/hildon-help/gtk-doc/ChangeLog projects/haf/branches/hildon-help/gtk-doc/src/browser.c Log: Fixed ChangeLog typo Modified: projects/haf/branches/hildon-help/gtk-doc/ChangeLog =================================================================== --- projects/haf/branches/hildon-help/gtk-doc/ChangeLog 2007-12-06 23:08:18 UTC (rev 14908) +++ projects/haf/branches/hildon-help/gtk-doc/ChangeLog 2007-12-07 11:40:03 UTC (rev 14909) @@ -4,7 +4,7 @@ * Added gtk-doc * Forgot to commit * Forgot to move reference/hildon-help-docs.sgml to reference/hildon-help-docs.sgml.in - * mkdir -p empty gtk-doc directory so the nodobs build doesn't fail + * mkdir -p empty gtk-doc directory so the nodocs build doesn't fail 2007-10-11 Gabriel Schulhof <gabriel.schulhof at nokia.com> Modified: projects/haf/branches/hildon-help/gtk-doc/src/browser.c =================================================================== --- projects/haf/branches/hildon-help/gtk-doc/src/browser.c 2007-12-06 23:08:18 UTC (rev 14908) +++ projects/haf/branches/hildon-help/gtk-doc/src/browser.c 2007-12-07 11:40:03 UTC (rev 14909) @@ -318,6 +318,8 @@ FILE *f; gboolean ok = FALSE; + g_print("libosso_update_html: Doing topic_key \"%s\"\n", topic_key); + f= fopen( fn, "w" ); if (!f) { ULOG_CRIT( "Unable to create tmpfile: %s\n", fn );
- Previous message: [maemo-commits] r14908 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r14910 - projects/haf/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]