mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Dummy way to search iconv on platformes where it is separate library. More fixes on pekwm configure macros. Fixing compilation for ede-desktop.cpp
This commit is contained in:
@@ -318,7 +318,7 @@ void Desktop::read_config(void) {
|
||||
|
||||
/* try to get font */
|
||||
if(conf.get("Icons", "label_font", font_name, sizeof(font_name))) {
|
||||
font_cache_find(font_name, (Fl_Font)gisett->label_font,
|
||||
font_cache_find(font_name, (Fl_Font&)gisett->label_font,
|
||||
gisett->label_fontsize,
|
||||
(Fl_Font)gisett->label_font,
|
||||
gisett->label_fontsize);
|
||||
|
Reference in New Issue
Block a user