From 1d4e3aa240f3012df80c59ed554591cac1f068ab Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Wed, 1 Apr 2009 22:51:12 +0300 Subject: [PATCH] =?utf8?q?Fix=20bug=20576677=20=E2=80=93=20Demos=20are=20n?= =?utf8?q?ot=20compilable=20out=20of=20the=20tree=20by=20removing=20config?= =?utf8?q?.h=20use=20in=20the=20demos.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- demos/animated-marker.c | 2 -- demos/launcher-gtk.c | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/demos/animated-marker.c b/demos/animated-marker.c index 801d295..2b92532 100644 --- a/demos/animated-marker.c +++ b/demos/animated-marker.c @@ -16,8 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include - #include #include #include diff --git a/demos/launcher-gtk.c b/demos/launcher-gtk.c index 4b21944..ba52682 100644 --- a/demos/launcher-gtk.c +++ b/demos/launcher-gtk.c @@ -16,8 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include - #include #include @@ -173,7 +171,7 @@ main (int argc, gtk_container_set_border_width (GTK_CONTAINER (window), 10); /* give it the title */ - gtk_window_set_title (GTK_WINDOW (window), PACKAGE " " VERSION); + gtk_window_set_title (GTK_WINDOW (window), "libchamplain Gtk+ demo"); /* Connect the destroy event of the window with our on_destroy function * When the window is about to be destroyed we get a notificaiton and -- 2.39.5