Re: [E-devel] [EGIT] [core/enlightenment] enlightenment-0.17 02/02: e_sys - address security concerns with environment - more

2013-12-05 Thread Peter van de Werken
Hi, Encountered a small bug in this commit that can cause e_sys_main to busy loop. Turns out the wrong variable is used when trying to clean up the environment. On Sat, Nov 30, 2013 at 07:10:05PM -0800, Carsten Haitzler wrote: raster pushed a commit to branch enlightenment-0.17.

[E-devel] [PATCH] eina_stringshare_dump output

2012-08-06 Thread Peter van de Werken
Hi, I noticed that the output of eina_stringshare_dump contains rather strange strings (it clearly doesn't match with what is in stringshare). Attached is a patch that fixes the appropriate printf statement by using the node struct to get the string. cheers, Peter -- . ..: Index:

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Peter van de Werken
On Wed, Apr 20, 2011 at 11:04:05PM +0900, Daniel Juyung Seo wrote: LInks are broken :( I don't have any clue what ffi is even I wanna know. Any hints? FFI probably stands for 'Foreign Function Interface' meaning it provides a way for binding with dynamic libraries it might be related to

Re: [E-devel] E SVN: cedric IN trunk: BINDINGS/javascript/elixir PROTO/elsa e e_dbus ecore edje eet eeze efreet eina eio elementary embryo enki enlil ephoto evas exalt

2011-02-23 Thread Peter van de Werken
On Mon, Feb 21, 2011 at 06:56:49AM -0800, Enlightenment SVN wrote: Log: efl: turn on cached result, that will reduce your configure time a lot ! Author: cedric Date: 2011-02-21 06:56:49 -0800 (Mon, 21 Feb 2011) New Revision: 57213 Trac:

[E-devel] [PATCH] Only add a separator if there is something to separate.

2010-12-29 Thread Peter van de Werken
diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index e413f33..d36a6c1 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gadcon.c @@ -1365,9 +1365,11 @@ e_gadcon_client_util_menu_items_append(E_Gadcon_Client *gcc, E_Menu *menu_main, if ((gcc-gadcon-shelf) ||

[E-devel] [PATCH] Make illume2 indicator buttons square.

2010-12-29 Thread Peter van de Werken
It looks better and also the button edges no longer overlap. diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index adaf472..a807517 100644 --- a/e/data/themes/default.edc +++ b/e/data/themes/default.edc @@ -35726,7 +35726,8 @@ collections {

[E-devel] [PATCH] Make the compact gadcon menu the default.

2010-12-29 Thread Peter van de Werken
The illume indicator would also benefit of the less deep gadcon menu. Since there is no quick check for that situation, make the compact menu the default instead. diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index 2fb9f69..e413f33 100644 --- a/e/src/bin/e_gadcon.c +++

[E-devel] [PATCH] Remove double definition of system-restart icon.

2010-12-29 Thread Peter van de Werken
For some reason this caused the reboot button in the System Control popup to have the lock icon. --- e/data/themes/default.edc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index 3b9d752..adaf472 100644 ---

[E-devel] [PATCH] Make the compact gadcon menu the default.

2010-12-29 Thread Peter van de Werken
The illume indicator would also benefit of the less deep gadcon menu. Since there is no quick check for that situation, make the compact menu the default instead. --- e/src/bin/e_gadcon.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/e/src/bin/e_gadcon.c

[E-devel] [PATCH] Only add a separator if there is something to separate.

2010-12-29 Thread Peter van de Werken
--- e/src/bin/e_gadcon.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index e413f33..d36a6c1 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gadcon.c @@ -1365,9 +1365,11 @@

[E-devel] [PATCH] Make illume2 indicator buttons square.

2010-12-29 Thread Peter van de Werken
It looks better and also the button edges no longer overlap. --- e/data/themes/default.edc | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index adaf472..a807517 100644 --- a/e/data/themes/default.edc +++

[E-devel] [PATCH] make distcheck

2010-10-14 Thread Peter van de Werken
Hi, Attached are three patches that fix 'make distcheck' for e17, elementary and the calendar module. regards, Peter diff --git a/e/src/bin/e_fm/Makefile.am b/e/src/bin/e_fm/Makefile.am --- a/src/bin/e_fm/Makefile.am +++ b/src/bin/e_fm/Makefile.am @@ -21,6 +21,9 @@ internal_bin_PROGRAMS = \

[E-devel] [PATCH] Favorite Applications menu

2009-02-01 Thread Peter van de Werken
patch make E use the .menu file. Regards, Peter van de Werken Index: e/src/bin/e_main.c === --- e/src/bin/e_main.c (revision 38865) +++ e/src/bin/e_main.c (working copy) @@ -1167,7 +1167,6 @@ %s/.e/e/backgrounds, %s/.e/e/applications

Re: [E-devel] [PATCH] Favorite Applications menu

2009-02-01 Thread Peter van de Werken
away solved the problem, should have tried that earlier. Sorry to have bothered you all. Regards, Peter van de Werken signature.asc Description: Digital signature -- This SF.net email is sponsored by: SourcForge Community

Re: [E-devel] [PATCH] Illume keyboard

2008-12-22 Thread Peter van de Werken
has the wrong (non-existent) function in it. Attached patch fixes the typo and the .h file. regards, Peter van de Werken -- Everything fears time, but time fears the pyramids -- ancient Egyptian proverb Index: e/src/modules/illume/e_mod_win.c

Re: [E-devel] [PATCH] Illume keyboard

2008-12-21 Thread Peter van de Werken
, now I made them from the root of the trunk (instead of from the illume dir as I did earlier). kind regards, Peter van de Werken -- Everything fears time, but time fears the pyramids -- ancient Egyptian proverb Index: e/src/modules/illume/e_mod_win.c

[E-devel] [PATCH] mail module

2008-03-02 Thread Peter van de Werken
. Otherwise it doesn't show the number of new/total mails until something happens with the mailbox. regards, Peter van de Werken -- Live in a world of your own, but always welcome visitors. Index: mdir.c === RCS file: /var/cvs/e/e_modules/mail

[E-devel] [PATCH] start module

2008-02-29 Thread Peter van de Werken
A small patch for the start module: instead of hardcoding the size of the shell icon/button, get it from the theme. regards, Peter van de Werken -- Live in a world of your own, but always welcome visitors. Index: apps/e/src/modules/start/e_mod_main.c

[E-devel] [PATCH] Sticky windows

2008-02-24 Thread Peter van de Werken
ignores windows that are iconified. regards, Peter van de Werken Index: apps/e/src/bin/e_border.c === RCS file: /var/cvs/e/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.625 diff -u -r1.625 e_border.c --- apps/e/src/bin/e_border.c 6