[Xfce4-commits] <xfce-utils:nick/xfce4-about> Fix invalid unrefs.
Nick Schermer
noreply at xfce.org
Sat Nov 6 11:48:01 CET 2010
Updating branch refs/heads/nick/xfce4-about
to 2f5f272deec4322e7d7f08a9e9dd8edc593534c1 (commit)
from 2f2d799081b9d3ff1ddffd672a594cfe1ba9bda7 (commit)
commit 2f5f272deec4322e7d7f08a9e9dd8edc593534c1
Author: Nick Schermer <nick at xfce.org>
Date: Sat Nov 6 11:39:52 2010 +0100
Fix invalid unrefs.
xfce4-about/main.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/xfce4-about/main.c b/xfce4-about/main.c
index 33179a1..777e624 100644
--- a/xfce4-about/main.c
+++ b/xfce4-about/main.c
@@ -203,8 +203,6 @@ xfce_about_credits_translators (GtkTextBuffer *buffer,
gtk_text_buffer_insert (buffer, end, "\n", -1);
}
-
- g_object_unref (G_OBJECT (coordinator));
}
@@ -269,10 +267,6 @@ xfce_about_credits (GtkTextBuffer *buffer)
gtk_text_buffer_insert (buffer, &end, "\n\n", -1);
gtk_text_buffer_insert_with_tags (buffer, &end,
N_("Thanks to all who helped making this software available!"), -1, title, NULL);
-
- g_object_unref (G_OBJECT (email));
- g_object_unref (G_OBJECT (title));
- g_object_unref (G_OBJECT (indent));
}
More information about the Xfce4-commits
mailing list