Use g_get_charset() instead of g_get_codeset().

Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>

	* 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.
This commit is contained in:
Owen Taylor
2000-07-03 21:21:25 +00:00
committed by Owen Taylor
parent 01212ce170
commit 50b1a5a9dc
12 changed files with 78 additions and 6 deletions

View File

@ -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)
{