Let ede-desktop run system installed ede-desktop-conf

Set Gtk/FontName in ede-settings.conf to the sane values so firefox (and other gtk apps)
does not yield unreadable windows

Removed some debugging code in evoke
This commit is contained in:
Sanel Zukan
2009-02-20 17:14:31 +00:00
parent a571dbc923
commit b781d14805
4 changed files with 10 additions and 11 deletions

View File

@ -66,8 +66,6 @@ EvokeService::EvokeService() : lock_name(NULL), xsm(NULL), is_running(false) {
}
EvokeService::~EvokeService() {
E_DEBUG(E_STRLOC ": EvokeService::~EvokeService()\n");
clear_startup_items();
stop_xsettings_manager(true);
remove_lock();
@ -101,8 +99,6 @@ void EvokeService::remove_lock(void) {
}
void EvokeService::clear_startup_items(void) {
E_DEBUG(E_STRLOC ": EvokeService::clear_startup_items()\n");
if(startup_items.empty())
return;