diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch')
-rw-r--r-- | meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch b/meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch new file mode 100644 index 000000000..5aab3b5dc --- /dev/null +++ b/meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | --- e/src/modules/illume/e_flaunch.c 2010-02-09 22:33:25.000000000 +0100 | ||
2 | +++ e/src/modules/illume/e_flaunch.c 2010-02-09 22:33:25.000000000 +0100 | ||
3 | @@ -97,10 +97,10 @@ | ||
4 | int num = 0, max, count; | ||
5 | |||
6 | // FIXME: 3 should become config here | ||
7 | - max = 10; | ||
8 | + max = 3; | ||
9 | // for now just look for any apps in "category" 'Bar' and add the first 3 | ||
10 | // FIXME: category should be configurable... | ||
11 | - bar_desktops = efreet_util_desktop_category_list("System"); | ||
12 | + bar_desktops = efreet_util_desktop_category_list("Bar"); | ||
13 | if (bar_desktops) | ||
14 | { | ||
15 | Efreet_Desktop *desktop; | ||