X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fhildon-check-button-example.c;h=fca96bfb872c9546bee4556cfe5c8c7295965802;hb=d5e312d9ff8ca18c02dc5a04f5a45b66ffcbe1a2;hp=e0a101395aa53129d57711ae7c031a1993bef5ad;hpb=cd3d22e6cde6c7f09d93b54623a36b5d9b97a065;p=hildon diff --git a/examples/hildon-check-button-example.c b/examples/hildon-check-button-example.c index e0a1013..fca96bf 100644 --- a/examples/hildon-check-button-example.c +++ b/examples/hildon-check-button-example.c @@ -20,7 +20,7 @@ * */ -#include "hildon.h" +#include static void button_toggled_cb (HildonCheckButton *button, @@ -43,7 +43,7 @@ main (int argc, GtkWidget *table; int i; - gtk_init (&argc, &argv); + hildon_gtk_init (&argc, &argv); win = gtk_window_new (GTK_WINDOW_TOPLEVEL); vbox = GTK_BOX (gtk_vbox_new (FALSE, 10));