summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-04-29 10:24:21 -0400
committerColin Walters <walters@verbum.org>2011-04-29 10:24:21 -0400
commit466d688fea2737c8d257ed542139d754e6fc9a64 (patch)
tree5a2c0edd57d00acc72720039702ddf2409418c73 /gtk
parentbcc153e262ed1fae777aaeb05e3bb989d21a5a8e (diff)
downloadgtk+-466d688fea2737c8d257ed542139d754e6fc9a64.tar.gz
updateiconcache: Don't translate g_warning/g_error
Diffstat (limited to 'gtk')
-rw-r--r--gtk/updateiconcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c
index 28992620bc..ea5cbfeb5a 100644
--- a/gtk/updateiconcache.c
+++ b/gtk/updateiconcache.c
@@ -489,7 +489,7 @@ maybe_cache_image_data (Image *image,
idata2 = g_hash_table_lookup (image_data_hash, path2);
if (idata && idata2 && idata != idata2)
- g_error (_("different idatas found for symlinked '%s' and '%s'\n"),
+ g_error ("different idatas found for symlinked '%s' and '%s'\n",
path, path2);
if (idata && !idata2)
@@ -549,7 +549,7 @@ maybe_cache_icon_data (Image *image,
idata2 = g_hash_table_lookup (icon_data_hash, path2);
if (idata && idata2 && idata != idata2)
- g_error (_("different idatas found for symlinked '%s' and '%s'\n"),
+ g_error ("different idatas found for symlinked '%s' and '%s'\n",
path, path2);
if (idata && !idata2)