summaryrefslogtreecommitdiffstats
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 5aab3b5dc..000000000
--- a/meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
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;