dont unref the pango context, get_context() doesn't create a ref.

2003-01-08  Not Zed  <NotZed@Ximian.com>

        * 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
This commit is contained in:
Not Zed
2003-01-09 03:08:06 +00:00
committed by Michael Zucci
parent 4698808a25
commit 6b8b8d8e37
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-01-08 Not Zed <NotZed@Ximian.com>
* 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 <ettore@ximian.com>
* Makefile.am: Images are now in $(datadir)/evolution/images

View File

@ -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);
}