summaryrefslogtreecommitdiff
path: root/src/caja-information-panel.c
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-11-14 07:20:41 +0200
committerJasmine Hassan <[email protected]>2012-11-14 09:42:30 +0200
commit638df47ee07a8f5b3ad4cea9639ac05713ab328f (patch)
tree5e316996da8fff704eaf9bf5afc37bfc561693a7 /src/caja-information-panel.c
parent4822b93ad236a03564af286f8a65984e9020f53c (diff)
downloadcaja-638df47ee07a8f5b3ad4cea9639ac05713ab328f.tar.bz2
caja-638df47ee07a8f5b3ad4cea9639ac05713ab328f.tar.xz
[sidebar-title] try to use GtkStyle in _select_text_color()
Hopefully this will play better with themes, when a custom (EelBackground) background is not set in the widget.
Diffstat (limited to 'src/caja-information-panel.c')
-rw-r--r--src/caja-information-panel.c4
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);