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:
@ -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>
|
2003-01-08 Ettore Perazzoli <ettore@ximian.com>
|
||||||
|
|
||||||
* Makefile.am: Images are now in $(datadir)/evolution/images
|
* Makefile.am: Images are now in $(datadir)/evolution/images
|
||||||
|
@ -74,7 +74,6 @@ set_dialog_size (EShellSettingsDialog *dialog)
|
|||||||
|
|
||||||
gtk_widget_set_size_request (GTK_WIDGET (dialog), width, height);
|
gtk_widget_set_size_request (GTK_WIDGET (dialog), width, height);
|
||||||
|
|
||||||
g_object_unref (context);
|
|
||||||
g_object_unref (layout);
|
g_object_unref (layout);
|
||||||
pango_font_metrics_unref (metrics);
|
pango_font_metrics_unref (metrics);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user