forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
7c4652f9af
commit
9ee525e0f7
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user