mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Importing systray applet. Not completed yet...
This commit is contained in:
@@ -70,7 +70,7 @@ static void net_event_cb(int action, Window xid, void *data) {
|
||||
Taskbar::Taskbar() : Fl_Group(0, 0, 40, 25), curr_active(NULL), prev_active(NULL), panel(NULL) {
|
||||
end();
|
||||
|
||||
panel = EDE_PANEL_GET_PANEL_OBJECT;
|
||||
panel = EDE_PANEL_GET_PANEL_OBJECT(this);
|
||||
|
||||
/* assure display is openned */
|
||||
fl_open_display();
|
||||
|
||||
Reference in New Issue
Block a user