aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch
diff options
context:
space:
mode:
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.patch15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index 5aab3b5dc0..0000000000
--- a/meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- e/src/modules/illume/e_flaunch.c 2010-02-09 22:33:25.000000000 +0100
-+++ e/src/modules/illume/e_flaunch.c 2010-02-09 22:33:25.000000000 +0100
-@@ -97,10 +97,10 @@
- int num = 0, max, count;
-
- // FIXME: 3 should become config here
-- max = 10;
-+ max = 3;
- // for now just look for any apps in "category" 'Bar' and add the first 3
- // FIXME: category should be configurable...
-- bar_desktops = efreet_util_desktop_category_list("System");
-+ bar_desktops = efreet_util_desktop_category_list("Bar");
- if (bar_desktops)
- {
- Efreet_Desktop *desktop;