Skip to content

Commit

Permalink
appearance: fixed more indents
Browse files Browse the repository at this point in the history
  • Loading branch information
ericek111 authored and raveit65 committed May 21, 2018
1 parent 8a96f64 commit ea9ec0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions capplets/appearance/appearance-ui.c
Expand Up @@ -90,9 +90,9 @@ ui_init (AppearanceData *data)

// Remove menu accels and toolbar style toggles for new GTK versions
gtk_container_remove((GtkContainer *) container,
appearance_capplet_get_widget(data, "menu_accel_toggle"));
appearance_capplet_get_widget(data, "menu_accel_toggle"));
gtk_container_remove((GtkContainer *) container,
appearance_capplet_get_widget(data, "hbox11"));
appearance_capplet_get_widget(data, "hbox11"));

widget = appearance_capplet_get_widget(data, "menu_icons_toggle");
g_settings_bind (data->interface_settings,
Expand All @@ -101,7 +101,7 @@ ui_init (AppearanceData *data)
"active",
G_SETTINGS_BIND_DEFAULT);
g_signal_connect (data->interface_settings, "changed::" MENU_ICONS_KEY,
G_CALLBACK (menus_have_icons_cb), data);
G_CALLBACK (menus_have_icons_cb), data);

set_have_icons (data,
g_settings_get_boolean (data->interface_settings,
Expand Down

0 comments on commit ea9ec0f

Please sign in to comment.