summaryrefslogtreecommitdiff
path: root/gdk/gdkfont.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-21 21:24:02 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-21 21:24:02 +0000
commit039d738e3b8914bc075265a4c6d52168674563cd (patch)
tree4a5a96efab4672163a8ac300f71cdf2196862dca /gdk/gdkfont.c
parentf3f493abbb24b14d404087527a02e3906284fb0a (diff)
downloadgdk-pixbuf-039d738e3b8914bc075265a4c6d52168674563cd.tar.gz
Changed warnings from g_message() to g_warning().
Sun Feb 21 16:16:22 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkscrolledwindow.c gdk/gdkfont.c gdk/gdkim.c: Changed warnings from g_message() to g_warning(). * gdk/gdkim.c (gdk_ic_destroy): Changed g_print to g_message within GDK_NOTE() * gtk/gtkcolorsel.c gtk/gtkhandlebox.c: Removed some leftover debugging printfs.
Diffstat (limited to 'gdk/gdkfont.c')
-rw-r--r--gdk/gdkfont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkfont.c b/gdk/gdkfont.c
index c2bd18744..617a4d249 100644
--- a/gdk/gdkfont.c
+++ b/gdk/gdkfont.c
@@ -72,9 +72,9 @@ gdk_fontset_load (gchar *fontset_name)
if (missing_charset_count)
{
gint i;
- g_message ("Missing charsets in FontSet creation\n");
+ g_warning ("Missing charsets in FontSet creation\n");
for (i=0;i<missing_charset_count;i++)
- g_message (" %s\n", missing_charset_list[i]);
+ g_warning (" %s\n", missing_charset_list[i]);
XFreeStringList (missing_charset_list);
}