Fixed memory leak of the event window of the pannable.
[hildon] / examples / hildon-bread-crumb-trail-example.c
index a6345c4..6f0a39e 100644 (file)
  *
  */
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
+#include                                        <sys/types.h>
+#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