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/e-shell-settings-dialog.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/e-shell-settings-dialog.c') 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 v1.2.3