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:
@@ -14,6 +14,16 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <efltk/Fl_Widget.h>
|
||||
#include <efltk/Fl_Util.h>
|
||||
#include "aboutdialog.h"
|
||||
|
||||
void AboutDialog(Fl_Widget*, void*)
|
||||
{
|
||||
fl_start_child_process("ede-launch ede-about", false);
|
||||
}
|
||||
|
||||
#if 0
|
||||
#include <efltk/Fl.h>
|
||||
#include <efltk/Fl_Window.h>
|
||||
#include <efltk/Fl_Box.h>
|
||||
@@ -109,3 +119,4 @@ the GNU General Public Licence version 2 or newer.\nSee Details for more."));
|
||||
win->set_modal();
|
||||
win->show();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user