HildonTouchSelector documentation updates
[hildon] / examples / hildon-bread-crumb-trail-example.c
index b7483ed..6f0a39e 100644 (file)
@@ -27,7 +27,7 @@
 #include                                        <sys/stat.h>
 #include                                        <unistd.h>
 
-#include                                        "hildon.h"
+#include                                        <hildon/hildon.h>
 
 GtkWidget *treeview;
 gchar *current_root;
@@ -240,7 +240,7 @@ int main (int argc, char **argv)
   GtkCellRenderer *renderer;
   GtkTreeViewColumn *column;
 
-  gtk_init (&argc, &argv);
+  hildon_gtk_init (&argc, &argv);
 
   /* Main window */
 #if 1