From 6b8b8d8e372f223f28774984e9a230ccf16e7eb0 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 9 Jan 2003 03:08:06 +0000 Subject: dont unref the pango context, get_context() doesn't create a ref. 2003-01-08 Not Zed * e-shell-settings-dialog.c (set_dialog_size): dont unref the pango context, get_context() doesn't create a ref. svn path=/trunk/; revision=19303 --- shell/ChangeLog | 5 +++++ shell/e-shell-settings-dialog.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 7fea99e757..e1d4bc95ac 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-01-08 Not Zed + + * e-shell-settings-dialog.c (set_dialog_size): dont unref the + pango context, get_context() doesn't create a ref. + 2003-01-08 Ettore Perazzoli * Makefile.am: Images are now in $(datadir)/evolution/images diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c index 9a8e521856..cc6a35e4eb 100644 --- a/shell/e-shell-settings-dialog.c +++ b/shell/e-shell-settings-dialog.c @@ -74,7 +74,6 @@ set_dialog_size (EShellSettingsDialog *dialog) gtk_widget_set_size_request (GTK_WIDGET (dialog), width, height); - g_object_unref (context); g_object_unref (layout); pango_font_metrics_unref (metrics); } -- cgit