diff options
author | monsta <[email protected]> | 2016-03-03 15:59:43 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-03 15:59:43 +0300 |
commit | ee01366b6659c9f4238a9a89706aa2b78903ead8 (patch) | |
tree | 29566b6091e5b1b6a48f8176241b08235ebab763 /src/ui/ui.c | |
parent | b4d2708dbae8708fe4e50b2fb4d823c20d9d829a (diff) | |
download | marco-ee01366b6659c9f4238a9a89706aa2b78903ead8.tar.bz2 marco-ee01366b6659c9f4238a9a89706aa2b78903ead8.tar.xz |
fix typo in b4d2708dbae8708fe4e50b2fb4d823c20d9d829a
Diffstat (limited to 'src/ui/ui.c')
-rw-r--r-- | src/ui/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |