diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
commit | 10ba4fd066042b4335ae45e7560565872f71ba9b (patch) | |
tree | 17f68ffb0d402b6e66bb891d4a7d9a02a9b6108b /gtk/gtkthemes.c | |
parent | 3f98a849c70ae570b78095cef0152a33ec07c64e (diff) | |
download | gtk+-10ba4fd066042b4335ae45e7560565872f71ba9b.tar.gz |
Merges from gtk-1-2
Diffstat (limited to 'gtk/gtkthemes.c')
-rw-r--r-- | gtk/gtkthemes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkthemes.c b/gtk/gtkthemes.c index 4a5d484b06..571ec6574e 100644 --- a/gtk/gtkthemes.c +++ b/gtk/gtkthemes.c @@ -65,7 +65,7 @@ static void gen_8_3_dll_name(gchar *name, gchar *fullname) #endif GtkThemeEngine* -gtk_theme_engine_get (gchar *name) +gtk_theme_engine_get (const gchar *name) { GtkThemeEnginePrivate *result; |