diff options
author | Dan Winship <danw@src.gnome.org> | 2001-07-18 05:26:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-07-18 05:26:10 +0800 |
commit | 3fb11f9003e2cda736264a4ff53c7984ee366433 (patch) | |
tree | ee349793421a73cb33ca804b0ceecec7435aa8b6 /widgets/misc | |
parent | 82e5cef219fdc30e38e10d59fb3944a5fac5438f (diff) | |
download | gsoc2013-evolution-3fb11f9003e2cda736264a4ff53c7984ee366433.tar gsoc2013-evolution-3fb11f9003e2cda736264a4ff53c7984ee366433.tar.gz gsoc2013-evolution-3fb11f9003e2cda736264a4ff53c7984ee366433.tar.bz2 gsoc2013-evolution-3fb11f9003e2cda736264a4ff53c7984ee366433.tar.lz gsoc2013-evolution-3fb11f9003e2cda736264a4ff53c7984ee366433.tar.xz gsoc2013-evolution-3fb11f9003e2cda736264a4ff53c7984ee366433.tar.zst gsoc2013-evolution-3fb11f9003e2cda736264a4ff53c7984ee366433.zip |
Remove the debugging message here.
* gal/widgets/e-unicode.c (e_utf8_to_gtk_string_sized): Remove the
debugging message here.
svn path=/trunk/; revision=11179
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-unicode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/misc/e-unicode.c b/widgets/misc/e-unicode.c index d84ed0e683..acb4898120 100644 --- a/widgets/misc/e-unicode.c +++ b/widgets/misc/e-unicode.c @@ -359,7 +359,6 @@ e_utf8_to_gtk_string_sized (GtkWidget *widget, const gchar *string, gint bytes) *ob = '\0'; - d(printf("utf8_to_gtk: %s => %s\n", string, new)); return new; } |