summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-03-03 15:59:43 +0300
committermonsta <[email protected]>2016-03-03 15:59:43 +0300
commitee01366b6659c9f4238a9a89706aa2b78903ead8 (patch)
tree29566b6091e5b1b6a48f8176241b08235ebab763 /src
parentb4d2708dbae8708fe4e50b2fb4d823c20d9d829a (diff)
downloadmarco-ee01366b6659c9f4238a9a89706aa2b78903ead8.tar.bz2
marco-ee01366b6659c9f4238a9a89706aa2b78903ead8.tar.xz
fix typo in b4d2708dbae8708fe4e50b2fb4d823c20d9d829a
Diffstat (limited to 'src')
-rw-r--r--src/ui/ui.c2
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;