[gnome-software] trivial: Turns out you don't need to manually unref GtkSpellChecker anyway...
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Turns out you don't need to manually unref GtkSpellChecker anyway...
- Date: Thu, 11 Feb 2016 17:14:57 +0000 (UTC)
commit 233ba2f08f63312529cc148e85bfa230e44183d0
Author: Richard Hughes <richard hughsie com>
Date: Thu Feb 11 17:14:47 2016 +0000
trivial: Turns out you don't need to manually unref GtkSpellChecker anyway...
src/gs-review-dialog.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-review-dialog.c b/src/gs-review-dialog.c
index f501648..a489029 100644
--- a/src/gs-review-dialog.c
+++ b/src/gs-review-dialog.c
@@ -165,7 +165,6 @@ gs_review_row_dispose (GObject *object)
GsReviewDialog *dialog = GS_REVIEW_DIALOG (object);
if (dialog->timer_id > 0)
g_source_remove (dialog->timer_id);
- g_clear_object (&dialog->spell_checker);
G_OBJECT_CLASS (gs_review_dialog_parent_class)->dispose (object);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]