diff options
author | lukefromdc <[email protected]> | 2018-05-20 21:12:30 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-05-20 21:12:30 -0400 |
commit | 0ca8f6d53e9651c80cb36416968228de9e4e9c21 (patch) | |
tree | 037003ca4faa312ec8166a44f8ab1908597fa2ac /plugins | |
parent | 6bc54f101dfaa0db6dd8199d358b311a9a3f35e1 (diff) | |
download | mate-settings-daemon-0ca8f6d53e9651c80cb36416968228de9e4e9c21.tar.bz2 mate-settings-daemon-0ca8f6d53e9651c80cb36416968228de9e4e9c21.tar.xz |
xrandr:fix indent
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/xrandr/msd-xrandr-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xrandr/msd-xrandr-manager.c b/plugins/xrandr/msd-xrandr-manager.c index 5fabe82..c82d7e9 100644 --- a/plugins/xrandr/msd-xrandr-manager.c +++ b/plugins/xrandr/msd-xrandr-manager.c @@ -1705,7 +1705,7 @@ output_title_label_draw_cb (GtkWidget *widget, cairo_t *cr, gpointer data) provider = gtk_css_provider_new (); gtk_css_provider_load_from_data (provider,css, -1, NULL); - gtk_style_context_add_provider (context, + gtk_style_context_add_provider (context, GTK_STYLE_PROVIDER (provider), GTK_STYLE_PROVIDER_PRIORITY_FALLBACK); g_object_unref (provider); |