diff options
author | Richard Hult <richard@imendio.com> | 2007-09-10 17:19:49 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2007-09-10 17:19:49 +0000 |
commit | 9ee525e0f712ad80e135c32119ef7708109ebee3 (patch) | |
tree | 1d675a9a1097e67aa11d13a620be1339756227b3 /gtk/gtksearchenginesimple.h | |
parent | 7c4652f9afeed92992488986899e5caf7f5f002f (diff) | |
download | gtk+-9ee525e0f712ad80e135c32119ef7708109ebee3.tar.gz |
Build fix, correct a typo in the G_BEGIN_DECLS fix below.
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
Diffstat (limited to 'gtk/gtksearchenginesimple.h')
-rw-r--r-- | gtk/gtksearchenginesimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksearchenginesimple.h b/gtk/gtksearchenginesimple.h index aba6b4844d..c31073d1cc 100644 --- a/gtk/gtksearchenginesimple.h +++ b/gtk/gtksearchenginesimple.h @@ -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)) |