]> git.pld-linux.org Git - packages/eve.git/blob - eve-update.patch
- new
[packages/eve.git] / eve-update.patch
1 --- eve-0.3.0/src/bin/chrome.c.orig     2010-12-03 22:38:47.000000000 +0100
2 +++ eve-0.3.0/src/bin/chrome.c  2012-01-23 17:22:27.186964202 +0100
3 @@ -340,7 +340,7 @@
4  static const Elm_Gengrid_Item_Class gic_default = {
5     .func = {
6         .label_get = tab_grid_label_get,
7 -       .icon_get = tab_grid_icon_get,
8 +       .content_get = tab_grid_icon_get,
9         .state_get = tab_grid_state_get,
10         .del = tab_grid_del
11      }
12 @@ -349,7 +349,7 @@
13  static const Elm_Genlist_Item_Class glic_default = {
14     .func = {
15         .label_get = more_label_get,
16 -       .icon_get = more_icon_get,
17 +       .content_get = more_icon_get,
18         .state_get = more_state_get,
19         .del = more_del
20      },
21 @@ -359,7 +359,7 @@
22  static const Elm_Genlist_Item_Class glic_config = {
23     .func = {
24         .label_get = more_label_get,
25 -       .icon_get = more_icon_get,
26 +       .content_get = more_icon_get,
27         .state_get = more_state_get,
28         .del = more_del
29      },
30 @@ -369,7 +369,7 @@
31  static const Elm_Genlist_Item_Class glic_config_selectable = {
32     .func = {
33         .label_get = more_label_get,
34 -       .icon_get = more_icon_get,
35 +       .content_get = more_icon_get,
36         .state_get = more_state_get,
37         .del = more_del
38      },
39 @@ -379,7 +379,7 @@
40  static const Elm_Genlist_Item_Class glic_separator = {
41     .func = {
42         .label_get = NULL,
43 -       .icon_get = NULL,
44 +       .content_get = NULL,
45         .state_get = NULL,
46         .del = more_del
47      },
48 @@ -389,7 +389,7 @@
49  static const Elm_Genlist_Item_Class glic_config_list = {
50     .func = {
51         .label_get = list_label_get,
52 -       .icon_get = more_icon_get,
53 +       .content_get = more_icon_get,
54         .state_get = more_state_get,
55         .del = more_del
56      },
57 @@ -399,7 +399,7 @@
58  static const Elm_Genlist_Item_Class glic_page = {
59     .func = {
60         .label_get = page_label_get,
61 -       .icon_get = more_icon_get,
62 +       .content_get = more_icon_get,
63         .state_get = more_state_get,
64         .del = more_del
65      },
This page took 0.077625 seconds and 4 git commands to generate.