]> err.no Git - libchamplain/commitdiff
Fix bug 576677 – Demos are not compilable out of the tree
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 1 Apr 2009 19:51:12 +0000 (22:51 +0300)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 1 Apr 2009 19:51:12 +0000 (22:51 +0300)
by removing config.h use in the demos.

demos/animated-marker.c
demos/launcher-gtk.c

index 801d2953fadbbf3312ca8b947ec9991cb24bce6c..2b92532aeac98b8af6f893a0d8c1e29d5f11d5d9 100644 (file)
@@ -16,8 +16,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <config.h>
-
 #include <champlain/champlain.h>
 #include <clutter-cairo/clutter-cairo.h>
 #include <math.h>
index 4b21944add64a5c1110dc2e1c62adbbbd0316ffb..ba526829b9c18053b6bfcda452730c5ab0844b52 100644 (file)
@@ -16,8 +16,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 
 #include <champlain/champlain.h>
@@ -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