[gtk+/quartz-integration: 66/108] updateiconcache: Don't translate g_warning/g_error
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/quartz-integration: 66/108] updateiconcache: Don't translate g_warning/g_error
- Date: Wed, 4 May 2011 06:31:35 +0000 (UTC)
commit 883018c158b96521b8706e6d6c633b8a4a4f7cb7
Author: Colin Walters <walters verbum org>
Date: Fri Apr 29 10:24:21 2011 -0400
updateiconcache: Don't translate g_warning/g_error
gtk/updateiconcache.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c
index 2899262..ea5cbfe 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]