[gtk+] Fix an oversight
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix an oversight
- Date: Wed, 16 Oct 2013 01:30:47 +0000 (UTC)
commit 4b7eaee959c1b187d6a3679235722b28e0d51329
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Oct 15 21:29:06 2013 -0400
Fix an oversight
Followup for 3c41d4865e230f41a3f4cb5f72e438a0788c7bb3
gtk/gtkicontheme.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index a2cbf62..3fe95e7 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -3877,7 +3877,7 @@ gtk_icon_info_load_icon (GtkIconInfo *icon_info,
{
if (icon_info->load_error)
{
- if (*error)
+ if (error)
*error = g_error_copy (icon_info->load_error);
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]