]> git.pld-linux.org Git - packages/ephoto.git/blob - ephoto-elm-update.patch
- updated gettext BR
[packages/ephoto.git] / ephoto-elm-update.patch
1 --- ephoto-0.1.1.55225/src/bin/ephoto_thumb_browser.c.orig      2010-12-01 14:55:41.000000000 +0100
2 +++ ephoto-0.1.1.55225/src/bin/ephoto_thumb_browser.c   2011-12-16 15:42:19.040162762 +0100
3 @@ -533,7 +533,7 @@ ephoto_thumb_browser_add(Ephoto *ephoto,
4          ERR("no toolbar in layout!");
5          goto error;
6       }
7 -   elm_toolbar_homogenous_set(tb->toolbar, EINA_FALSE);
8 +   elm_toolbar_homogeneous_set(tb->toolbar, EINA_FALSE);
9     elm_toolbar_mode_shrink_set(tb->toolbar, ELM_TOOLBAR_SHRINK_MENU);
10     elm_toolbar_menu_parent_set(tb->toolbar, parent);
11  
12 --- ephoto-0.1.1.55225/src/bin/ephoto_flow_browser.c.orig       2010-11-15 11:58:43.000000000 +0100
13 +++ ephoto-0.1.1.55225/src/bin/ephoto_flow_browser.c    2011-12-16 15:42:09.283495769 +0100
14 @@ -911,7 +911,7 @@ ephoto_flow_browser_add(Ephoto *ephoto,
15          ERR("no toolbar in layout!");
16          goto error;
17       }
18 -   elm_toolbar_homogenous_set(fb->toolbar, EINA_FALSE);
19 +   elm_toolbar_homogeneous_set(fb->toolbar, EINA_FALSE);
20     elm_toolbar_mode_shrink_set(fb->toolbar, ELM_TOOLBAR_SHRINK_MENU);
21     elm_toolbar_menu_parent_set(fb->toolbar, parent);
22  
23 --- ephoto-0.1.1.55225/src/bin/ephoto_preferences.c.orig        2010-11-11 14:04:59.000000000 +0100
24 +++ ephoto-0.1.1.55225/src/bin/ephoto_preferences.c     2011-12-16 15:41:53.956828590 +0100
25 @@ -33,7 +33,7 @@ ephoto_show_preferences(Ephoto *em)
26                  elm_win_inwin_content_set(o, box);
27  
28                  tb = elm_toolbar_add(box);
29 -                elm_toolbar_homogenous_set(tb, EINA_FALSE);
30 +                elm_toolbar_homogeneous_set(tb, EINA_FALSE);
31                  evas_object_size_hint_align_set(tb, EVAS_HINT_FILL, 0.5);
32  
33                  elm_box_pack_end(box, tb);
This page took 0.058301 seconds and 3 git commands to generate.