[maemo-commits] [maemo-commits] r10532 - in projects/haf/trunk/hildon-help: helptest src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 13 15:11:06 EET 2007
Author: schulhof
Date: 2007-03-13 15:11:05 +0200 (Tue, 13 Mar 2007)
New Revision: 10532

Removed:
   projects/haf/trunk/hildon-help/helptest/.libs/
Modified:
   projects/haf/trunk/hildon-help/src/internal.h
   projects/haf/trunk/hildon-help/src/osso-helplib.c
Log:
Stale references to osso-helplib-private.h


Modified: projects/haf/trunk/hildon-help/src/internal.h
===================================================================
--- projects/haf/trunk/hildon-help/src/internal.h	2007-03-13 13:10:12 UTC (rev 10531)
+++ projects/haf/trunk/hildon-help/src/internal.h	2007-03-13 13:11:05 UTC (rev 10532)
@@ -29,7 +29,7 @@
 
 #include <libxml/parser.h>  /* xmlChar */
 
-#include "osso-helplib-private.h"   /* HELP_KEY_MAXLEN */
+#include "hildon-help-private.h"   /* HELP_KEY_MAXLEN */
 
 #define fexists(fn)  g_file_test( fn, G_FILE_TEST_EXISTS )
 

Modified: projects/haf/trunk/hildon-help/src/osso-helplib.c
===================================================================
--- projects/haf/trunk/hildon-help/src/osso-helplib.c	2007-03-13 13:10:12 UTC (rev 10531)
+++ projects/haf/trunk/hildon-help/src/osso-helplib.c	2007-03-13 13:11:05 UTC (rev 10532)
@@ -22,7 +22,7 @@
  */
 
 #include "internal.h"
-#include "osso-helplib-private.h"
+#include "hildon-help-private.h"
 
 #include <libosso.h>
 #include <osso-log.h>


More information about the maemo-commits mailing list