diff options
Diffstat (limited to 'src/caja-information-panel.c')
-rw-r--r-- | src/caja-information-panel.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/caja-information-panel.c b/src/caja-information-panel.c index 35df28ca..8542b527 100644 --- a/src/caja-information-panel.c +++ b/src/caja-information-panel.c @@ -1072,9 +1072,7 @@ caja_information_panel_update_appearance (CajaInformationPanel *information_pane eel_background_set_image_uri (background, background_image); eel_background_set_color (background, background_color); - caja_sidebar_title_select_text_color - (information_panel->details->title, background, - !information_panel_has_background (information_panel)); + caja_sidebar_title_select_text_color (information_panel->details->title, background); } g_free (background_color); |