mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Fix a typo
svn path=/trunk/; revision=18786
This commit is contained in:
parent
6f9364eceb
commit
7c4652f9af
@ -1,3 +1,8 @@
|
|||||||
|
2007-09-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtksearchenginesimple.h: Replace a duplicate G_END_DECLS by
|
||||||
|
G_BEGIN_DECLS. (#475439, Nigel Tao)
|
||||||
|
|
||||||
2007-09-10 Kristian Rietveld <kris@imendio.com>
|
2007-09-10 Kristian Rietveld <kris@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents):
|
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents):
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include "gtksearchengine.h"
|
#include "gtksearchengine.h"
|
||||||
|
|
||||||
G_END_DECLS
|
G_BEGINE_DECLS
|
||||||
|
|
||||||
#define GTK_TYPE_SEARCH_ENGINE_SIMPLE (_gtk_search_engine_simple_get_type ())
|
#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))
|
#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