mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Updated contents
This commit is contained in:
@ -1,9 +1,6 @@
|
|||||||
#
|
#
|
||||||
# This is a default data for control panel.
|
# This is a default data for EDE control panel.
|
||||||
#
|
#
|
||||||
# You can change them, and howto for this
|
|
||||||
# you can find in econtrol documentation.
|
|
||||||
|
|
||||||
|
|
||||||
# This is the main key, and must be present if
|
# This is the main key, and must be present if
|
||||||
# you want to control panel read it
|
# you want to control panel read it
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* $Id$
|
* $Id$
|
||||||
*
|
*
|
||||||
* Econtrol, control panel for EDE
|
* ede-conf, a control panel for EDE
|
||||||
* Part of Equinox Desktop Environment (EDE).
|
* Part of Equinox Desktop Environment (EDE).
|
||||||
* Copyright (c) 2008 EDE Authors.
|
* Copyright (c) 2008 EDE Authors.
|
||||||
*
|
*
|
||||||
@ -10,6 +10,12 @@
|
|||||||
* See COPYING for details.
|
* See COPYING for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <FL/Fl.H>
|
||||||
|
#include <FL/Fl_Button.H>
|
||||||
|
#include <FL/Fl_Box.H>
|
||||||
|
#include <FL/Fl_Shared_Image.H>
|
||||||
|
#include <FL/fl_draw.H>
|
||||||
|
|
||||||
#include <edelib/Config.h>
|
#include <edelib/Config.h>
|
||||||
#include <edelib/StrUtil.h>
|
#include <edelib/StrUtil.h>
|
||||||
#include <edelib/Debug.h>
|
#include <edelib/Debug.h>
|
||||||
@ -22,12 +28,6 @@
|
|||||||
#include <edelib/Run.h>
|
#include <edelib/Run.h>
|
||||||
#include <edelib/File.h>
|
#include <edelib/File.h>
|
||||||
|
|
||||||
#include <FL/Fl.H>
|
|
||||||
#include <FL/Fl_Button.H>
|
|
||||||
#include <FL/Fl_Box.H>
|
|
||||||
#include <FL/Fl_Shared_Image.H>
|
|
||||||
#include <FL/fl_draw.H>
|
|
||||||
|
|
||||||
typedef edelib::list<edelib::String> StrList;
|
typedef edelib::list<edelib::String> StrList;
|
||||||
typedef edelib::list<edelib::String>::iterator StrListIter;
|
typedef edelib::list<edelib::String>::iterator StrListIter;
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ void close_cb(Fl_Widget*, void* w) {
|
|||||||
void load_buttons(Fl_Group* g, Fl_Box* tipbox) {
|
void load_buttons(Fl_Group* g, Fl_Box* tipbox) {
|
||||||
edelib::Config c;
|
edelib::Config c;
|
||||||
|
|
||||||
if(!c.load("econtrol.conf")) {
|
if(!c.load("ede-conf.conf")) {
|
||||||
EWARNING("Can't load config\n");
|
EWARNING("Can't load config\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user