From 50b1a5a9dc04af7ebdeeea29552d435fed0328d1 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 3 Jul 2000 21:21:25 +0000 Subject: Use g_get_charset() instead of g_get_codeset(). Mon Jul 3 17:08:14 2000 Owen Taylor * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Use g_get_charset() instead of g_get_codeset(). * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: Comment out some strdup'ing functions to keep timj happy until we finish fighting this out. --- gtk/gtkframe.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk/gtkframe.c') diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index f063b9356b..55e491f250 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -72,6 +72,12 @@ static void gtk_frame_real_compute_child_allocation (GtkFrame *frame, static GtkBinClass *parent_class = NULL; +/* Here until I convince timj about memory management behavior + */ +gchar * gtk_frame_get_label (GtkFrame *frame); +gchar * gtk_label_get_text (GtkLabel *label); + + GtkType gtk_frame_get_type (void) { -- cgit v1.2.1