From ee01366b6659c9f4238a9a89706aa2b78903ead8 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 3 Mar 2016 15:59:43 +0300 Subject: fix typo in b4d2708dbae8708fe4e50b2fb4d823c20d9d829a --- src/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/ui.c b/src/ui/ui.c index 53f374de..731c615b 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -856,7 +856,7 @@ meta_ui_theme_get_frame_borders (MetaUI *ui, "font", &free_font_desc, NULL); - gtk_style_context_restore (context); + gtk_style_context_restore (style); font_desc = (const PangoFontDescription *) free_font_desc; #else GtkStyle *default_style; -- cgit v1.2.1