mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Added ede-bell-conf, a tool to configure system bell (that annoying beep thing)
Rest are changes so can nicely be compiled on freebsd Also, some changes are in coding style
This commit is contained in:
@ -54,8 +54,6 @@ static void ok_cb(Fl_Widget*, void* w) {
|
||||
}
|
||||
|
||||
static void icon_change_cb(Fl_Button* b, void* d) {
|
||||
DesktopIconData* data = (DesktopIconData*)d;
|
||||
|
||||
edelib::String ret = edelib::icon_chooser(edelib::ICON_SIZE_HUGE);
|
||||
if(ret.empty())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user