mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Merged changed pkg.m4 from edelib
ede-panel has alternative way of calling ede-about dialog Dumped SettingsApplicator.* code from evoke. They are replaced with ede-settings-apply script which should call all programs that needs to apply stored settings. This will reduce code entropy evoke will call ede-settings-apply at the startup ede-bell-conf modified to use "--apply" arg and to apply known settings ede-desktop will start icon exec path via ede-launch Fixed freebsd specific code in ede-panel's battery code
This commit is contained in:
@@ -46,8 +46,8 @@ EDELIB_NS_USING(str_trim)
|
||||
#define CONFIG_GET_STRVAL(object, section, key, buff) object.get(section, key, buff, sizeof(buff), RES_SYS_ONLY)
|
||||
#endif
|
||||
|
||||
static Atom XA_EDE_EVOKE_SHUTDOWN_ALL;
|
||||
static Atom XA_EDE_EVOKE_QUIT;
|
||||
static Atom XA_EDE_EVOKE_SHUTDOWN_ALL;
|
||||
static Atom XA_EDE_EVOKE_QUIT;
|
||||
|
||||
static int get_int_property_value(Atom at) {
|
||||
Atom real;
|
||||
|
||||
Reference in New Issue
Block a user