diff options
author | Jasmine Hassan <[email protected]> | 2012-11-14 07:20:41 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-14 09:42:30 +0200 |
commit | 638df47ee07a8f5b3ad4cea9639ac05713ab328f (patch) | |
tree | 5e316996da8fff704eaf9bf5afc37bfc561693a7 /src/caja-sidebar-title.h | |
parent | 4822b93ad236a03564af286f8a65984e9020f53c (diff) | |
download | caja-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-sidebar-title.h')
-rw-r--r-- | src/caja-sidebar-title.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/caja-sidebar-title.h b/src/caja-sidebar-title.h index a677fdfc..757d5c3b 100644 --- a/src/caja-sidebar-title.h +++ b/src/caja-sidebar-title.h @@ -70,7 +70,6 @@ gboolean caja_sidebar_title_hit_test_icon (CajaSidebarTitle *sidebar_title int x, int y); void caja_sidebar_title_select_text_color (CajaSidebarTitle *sidebar_title, - EelBackground *background, - gboolean is_default); + EelBackground *background); #endif /* CAJA_SIDEBAR_TITLE_H */ |