]> Pileus Git - ~andy/gtk/commitdiff
Build fix, correct a typo in the G_BEGIN_DECLS fix below.
authorRichard Hult <richard@imendio.com>
Mon, 10 Sep 2007 17:19:49 +0000 (17:19 +0000)
committerRichard Hult <rhult@src.gnome.org>
Mon, 10 Sep 2007 17:19:49 +0000 (17:19 +0000)
2007-09-10  Richard Hult  <richard@imendio.com>

* gtk/gtksearchenginesimple.h: Build fix, correct a typo in the
G_BEGIN_DECLS fix below.

svn path=/trunk/; revision=18787

ChangeLog
gtk/gtksearchenginesimple.h

index 98764797264e8cb09fcc02e1187eee89ce717ce5..3c72fb321b7cc2e8b08b80c4f9b4ac49e8042f76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-10  Richard Hult  <richard@imendio.com>
+
+       * gtk/gtksearchenginesimple.h: Build fix, correct a typo in the
+       G_BEGIN_DECLS fix below.
+
 2007-09-10  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtksearchenginesimple.h: Replace a duplicate G_END_DECLS by
index aba6b4844d5d2336b08a3bf260113ee7ceecf8a4..c31073d1cc11598565be8c01e2af04f50367c2ea 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "gtksearchengine.h"
 
-G_BEGINE_DECLS
+G_BEGIN_DECLS
 
 #define GTK_TYPE_SEARCH_ENGINE_SIMPLE          (_gtk_search_engine_simple_get_type ())
 #define GTK_SEARCH_ENGINE_SIMPLE(obj)          (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENGINE_SIMPLE, GtkSearchEngineSimple))