[EGIT] [core/elementary] master 01/02: multibuttonentry: fix label packed many times in internal box.

2015-10-25 Thread woochan lee
cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=aa7a0142ba6e7c48916505f85610b50529ceaa90

commit aa7a0142ba6e7c48916505f85610b50529ceaa90
Author: woochan lee 
Date:   Mon Oct 26 01:20:53 2015 +0100

multibuttonentry: fix label packed many times in internal box.

Summary:
The Internal box can has a lot of label for child when user set text many 
times.
Fix this wrong implement. It has to get only one label for child.

@fix

Test Plan:
Call elm_object_text_set() many times for MBE.
Check the label got a wrong geometry.

Reviewers: Hermet, cedric

Differential Revision: https://phab.enlightenment.org/D3133

Signed-off-by: Cedric BAIL 
---
 src/lib/elc_multibuttonentry.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c
index e213234..4df92c9 100644
--- a/src/lib/elc_multibuttonentry.c
+++ b/src/lib/elc_multibuttonentry.c
@@ -1193,6 +1193,8 @@ _label_set(Evas_Object *obj,
  }
else
  {
+if (sd->label_packed)
+  elm_box_unpack(sd->box, sd->label);
 sd->label_packed = EINA_TRUE;
 edje_object_size_min_calc(sd->label, , );
 evas_object_size_hint_min_set(sd->label, width, height);

-- 




[EGIT] [core/elementary] master 01/01: release: Update NEWS and bump version for 1.16.0-beta3 release

2015-10-25 Thread Stefan Schmidt
stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=ed5579bc509641235facd74d280845145beffa1c

commit ed5579bc509641235facd74d280845145beffa1c
Author: Stefan Schmidt 
Date:   Mon Oct 26 03:59:15 2015 +0100

release: Update NEWS and bump version for 1.16.0-beta3 release
---
 NEWS | 5 +
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index e3b59d0..3f469b9 100644
--- a/NEWS
+++ b/NEWS
@@ -119,6 +119,11 @@ Fixes:
* elementary: Fix genlist example to not free data until After it has been 
removed from the list (CID1327342)
* deskmirror: unset proxy.source_clip for urgency effects
* border: bring sparklebear theme up-to-date with current efl rendering
+   * elc_file_selector_button: free allocated path name
+   * elm_win: fix wrong comment.
+   * elm_cnp: DnD/X11: correct drag window position in rotation
+   * dayselector: fix warning related to argument type
+   * multibuttonentry: fix label packed many times in internal box.
 
 Changes since 1.14.0:
 -
diff --git a/configure.ac b/configure.ac
index 6fc041e..9c1a32a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [16], [0], [release])
-AC_INIT([elementary], [efl_version-beta2], 
[enlightenment-de...@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version-beta3], 
[enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ(2.63)
 AC_CONFIG_SRCDIR([configure.ac])

-- 




[EGIT] [core/efl] master 01/01: ecore_audio: do not compile elua file if ecore_audio is disabled

2015-10-25 Thread Vincent Torri
cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d0ced20a0493dd62b73ff93892097b2c727b86a6

commit d0ced20a0493dd62b73ff93892097b2c727b86a6
Author: Vincent Torri 
Date:   Thu Oct 22 22:54:18 2015 +0200

ecore_audio: do not compile elua file if ecore_audio is disabled

@fix

Signed-off-by: Cedric BAIL 
---
 src/Makefile_Ecore_Audio.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Ecore_Audio.am b/src/Makefile_Ecore_Audio.am
index 8881f19..ccce8f7 100644
--- a/src/Makefile_Ecore_Audio.am
+++ b/src/Makefile_Ecore_Audio.am
@@ -91,8 +91,6 @@ lib_ecore_audio_libecore_audio_la_LDFLAGS += 
@coreaudio_ldflags@
 
 endif
 
-endif
-
 if HAVE_ELUA
 
 ecore_audio_eolian_lua = $(ecore_audio_eolian_files:%.eo=%.eo.lua)
@@ -105,3 +103,5 @@ installed_ecoreaudioluadir = 
$(datadir)/elua/modules/ecore_audio
 nodist_installed_ecoreaudiolua_DATA = $(generated_ecore_audio_lua_all)
 
 endif
+
+endif

-- 




[EGIT] [core/evas_generic_loaders] master 01/01: release: Update NEWS and bump version for 1.16.0-beta3 release

2015-10-25 Thread Stefan Schmidt
stefan pushed a commit to branch master.

http://git.enlightenment.org/core/evas_generic_loaders.git/commit/?id=a82813337c91d55b82354e803683720d7bea4af2

commit a82813337c91d55b82354e803683720d7bea4af2
Author: Stefan Schmidt 
Date:   Mon Oct 26 03:57:23 2015 +0100

release: Update NEWS and bump version for 1.16.0-beta3 release
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index aac304a..7c5acf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ m4_define([lt_age], v_min)
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 
-AC_INIT([evas_generic_loaders], [v_ver-beta2], 
[enlightenment-de...@lists.sourceforge.net])
+AC_INIT([evas_generic_loaders], [v_ver-beta3], 
[enlightenment-de...@lists.sourceforge.net])
 AC_PREREQ([2.52])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])

-- 




[EGIT] [core/efl] master 01/01: po: update po files

2015-10-25 Thread Stefan Schmidt
stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1d1bb96b28707c36a8ce7d7eddbc64b9041c789d

commit 1d1bb96b28707c36a8ce7d7eddbc64b9041c789d
Author: Stefan Schmidt 
Date:   Mon Oct 26 03:18:18 2015 +0100

po: update po files
---
 po/ca.po| 2 +-
 po/cs.po| 2 +-
 po/de.po| 2 +-
 po/el.po| 2 +-
 po/eo.po| 2 +-
 po/es.po| 2 +-
 po/fi.po| 2 +-
 po/fr.po| 2 +-
 po/gl.po| 2 +-
 po/hu.po| 2 +-
 po/it.po| 2 +-
 po/ja.po| 2 +-
 po/ko.po| 2 +-
 po/lt.po| 2 +-
 po/nl.po| 2 +-
 po/pl.po| 2 +-
 po/pt.po| 2 +-
 po/ru.po| 2 +-
 po/sl.po| 2 +-
 po/sr.po| 2 +-
 po/tr.po| 2 +-
 po/vi.po| 2 +-
 po/zh_CN.po | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index f88b1f6..9ce4fdd 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Efl\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:16+0200\n"
+"POT-Creation-Date: 2015-10-19 11:40+0200\n"
 "PO-Revision-Date: 2014-05-26 21:11+\n"
 "Last-Translator: joancoll \n"
 "Language-Team: Catalan\n"
diff --git a/po/cs.po b/po/cs.po
index 4a7135a..3b99688 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Efl\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:16+0200\n"
+"POT-Creation-Date: 2015-10-19 11:40+0200\n"
 "PO-Revision-Date: 2014-05-22 21:29+0200\n"
 "Last-Translator: Tomáš Čech \n"
 "Language-Team: Czech \n"
diff --git a/po/de.po b/po/de.po
index 090ae8b..2a58d82 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Efl\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:16+0200\n"
+"POT-Creation-Date: 2015-10-19 11:40+0200\n"
 "PO-Revision-Date: 2012-06-24 17:10+0900\n"
 "Last-Translator: Jerome Pinot \n"
 "Language-Team: Enlightenment Team\n"
diff --git a/po/el.po b/po/el.po
index 6d01339..6c71093 100644
--- a/po/el.po
+++ b/po/el.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Efl\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:16+0200\n"
+"POT-Creation-Date: 2015-10-19 11:40+0200\n"
 "PO-Revision-Date: 2012-12-01 18:26+0200\n"
 "Last-Translator: Efstathios Iosifidis \n"
 "Language-Team: Ελληνικά, Σύγχρονα \n"
diff --git a/po/eo.po b/po/eo.po
index 6b2f93b..95ad2da 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:16+0200\n"
+"POT-Creation-Date: 2015-10-19 11:40+0200\n"
 "PO-Revision-Date: 2014-02-13 06:52+\n"
 "Last-Translator: Eliovir \n"
 "Language-Team: Esperanto \n"
diff --git a/po/es.po b/po/es.po
index 649537e..0a23d9a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: EFL\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:16+0200\n"
+"POT-Creation-Date: 2015-10-19 11:40+0200\n"
 "PO-Revision-Date: 2015-05-03 18:09+0100\n"
 "Last-Translator: Adrián Arévalo \n"
 "Language-Team: Enlightenment Team\n"
diff --git a/po/fi.po b/po/fi.po
index 2871da1..54e10d9 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:16+0200\n"
+"POT-Creation-Date: 2015-10-19 11:40+0200\n"
 "PO-Revision-Date: 2014-08-31 14:20+\n"
 "Last-Translator: Kai Huuhko \n"
 "Language-Team: Finnish \n"
diff --git a/po/fr.po b/po/fr.po
index 0af051d..9079fcc 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Efl\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:16+0200\n"
+"POT-Creation-Date: 2015-10-19 11:40+0200\n"
 "PO-Revision-Date: 2014-05-25 20:08+\n"
 "Last-Translator: Eliovir \n"
 "Language-Team: Enlightenment French Team \n"
 "Language-Team: http://trasno.net/ 

[EGIT] [core/elementary] master 02/02: hoversel: expands scrollable hoversel as large as it can

2015-10-25 Thread Jee-Yong Um
cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=7e1d1d19e9398225f1d546b20fc6d7c2998b0abc

commit 7e1d1d19e9398225f1d546b20fc6d7c2998b0abc
Author: Jee-Yong Um 
Date:   Mon Oct 26 01:27:02 2015 +0100

hoversel: expands scrollable hoversel as large as it can

Summary:
In D2063, "max_size" data item is added to limit the number of items
to show at a time when hoversel is expanded.
However, it limits the number of items too few, so makes scrollable
function useless.
This patch removes limitation of hoversel size with pixels,
but if it needs, developers can set the limitation yet.
(By theme customization)

Test Plan:
elementary_test "hoversel"
click the second hoversel

Reviewers: DaveMDS, cedric

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D3223

Signed-off-by: Cedric BAIL 
---
 data/themes/edc/elm/hover.edc | 8 ++--
 src/bin/test_hoversel.c   | 7 +++
 src/lib/elc_hoversel.c| 6 ++
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/data/themes/edc/elm/hover.edc b/data/themes/edc/elm/hover.edc
index afed708..7466f0d 100644
--- a/data/themes/edc/elm/hover.edc
+++ b/data/themes/edc/elm/hover.edc
@@ -442,7 +442,9 @@ group { name: "elm/hover/base/hoversel_vertical/default";
images.image: "button_normal.png" COMP;
images.image: "vertical_separated_bar_glow.png" COMP;
data.item: "dismiss" "on";
-   data.item: "max_size" "60";
+   // max_size limits the maximum size of expanded hoversel
+   // when it's scrollable.
+   //data.item: "max_size" "60";
parts {
   part { name: "elm.swallow.offset"; type: SWALLOW;
  description { state: "default" 0.0;
@@ -666,7 +668,9 @@ group { name: "elm/hover/base/hoversel_horizontal/default";
alias: "elm/hover/base/hoversel_horizontal/entry";
images.image: "button_normal.png" COMP;
data.item: "dismiss" "on";
-   data.item: "max_size" "120";
+   // max_size limits the maximum size of expanded hoversel
+   // when it's scrollable.
+   //data.item: "max_size" "120";
parts {
   part { name: "elm.swallow.offset"; type: SWALLOW;
  description { state: "default" 0.0;
diff --git a/src/bin/test_hoversel.c b/src/bin/test_hoversel.c
index 2979e02..72f7bad 100644
--- a/src/bin/test_hoversel.c
+++ b/src/bin/test_hoversel.c
@@ -193,6 +193,13 @@ test_hoversel(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, void *event_
  NULL);
elm_hoversel_item_add(hoversel, "Item 5 - Long Label Here", NULL, 
ELM_ICON_NONE, NULL,
  NULL);
+   elm_hoversel_item_add(hoversel, "Item 6", NULL, ELM_ICON_NONE, NULL, NULL);
+   elm_hoversel_item_add(hoversel, "Item 7", NULL, ELM_ICON_NONE, NULL, NULL);
+   elm_hoversel_item_add(hoversel, "Item 8", NULL, ELM_ICON_NONE, NULL, NULL);
+   elm_hoversel_item_add(hoversel, "Item 9", NULL, ELM_ICON_NONE, NULL, NULL);
+   elm_hoversel_item_add(hoversel, "Item 10", NULL, ELM_ICON_NONE, NULL, NULL);
+   elm_hoversel_item_add(hoversel, "Item 11", NULL, ELM_ICON_NONE, NULL, NULL);
+   elm_hoversel_item_add(hoversel, "Item 12", NULL, ELM_ICON_NONE, NULL, NULL);
elm_box_pack_end(bx, hoversel);
evas_object_show(hoversel);
 
diff --git a/src/lib/elc_hoversel.c b/src/lib/elc_hoversel.c
index 4f827dc..a922fbe 100644
--- a/src/lib/elc_hoversel.c
+++ b/src/lib/elc_hoversel.c
@@ -254,11 +254,10 @@ _resizing_eval(Evas_Object *obj, Elm_Hoversel_Data *sd)
 
if (sd->horizontal)
  {
-ww = MIN(box_w, max_size);
+ww = (max_size > 0) ? MIN(box_w, max_size) : box_w ;
 hh = box_h;
 
 evas_object_size_hint_min_set(sd->spacer, ww, hh);
-evas_object_size_hint_max_set(sd->spacer, max_size, -1);
 
 if (!sd->last_location)
   sd->last_location = elm_hover_best_content_location_get(sd->hover, 
ELM_HOVER_AXIS_HORIZONTAL);
@@ -266,10 +265,9 @@ _resizing_eval(Evas_Object *obj, Elm_Hoversel_Data *sd)
else
  {
 ww = box_w;
-hh = MIN(box_h, max_size);
+hh = (max_size > 0) ? MIN(box_h, max_size) : box_h ;
 
 evas_object_size_hint_min_set(sd->spacer, ww, hh);
-evas_object_size_hint_max_set(sd->spacer, -1, max_size);
 
 if (!sd->last_location)
   sd->last_location = elm_hover_best_content_location_get(sd->hover, 
ELM_HOVER_AXIS_VERTICAL);

-- 




[EGIT] [core/efl] master 01/01: release: Update NEWS and bump version for 1.16.0-beta3 release

2015-10-25 Thread Stefan Schmidt
stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=03e8f3846391bd0dd133f3a9f35449323a5ccd60

commit 03e8f3846391bd0dd133f3a9f35449323a5ccd60
Author: Stefan Schmidt 
Date:   Mon Oct 26 03:21:46 2015 +0100

release: Update NEWS and bump version for 1.16.0-beta3 release
---
 NEWS | 13 +
 configure.ac |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 18f0f73..3373d2d 100644
--- a/NEWS
+++ b/NEWS
@@ -139,6 +139,19 @@ Fixes:
* edje: load - use evas_object_clipees_has instead of 
evas_object_clipees_get
* Eo events: Add a struct member marking if it's a legacy event or not.
* evas gl - fix big endian fully by adding a host of new img shaders
+   * evas: fix memory leak
+   * evas table: fix miscalcuation in cells with span and padding (T2655)
+   * edje: comparision with non-scaled min values issue fix.
+   * evas textblock: fix memory leak
+   * ecore-wayland: defer shell surface creation for windows if shell is not 
bound
+   * evas: fix memory leak.
+   * efl - edje - fix edje calc to avoid eo calls when object doesnt change
+   * efl - eo - massively improve eo cal resolv and data scope get with cache
+   * efl: fix copy & paste typo while parsing SVG elliptical arc command. 
(CID1328426)
+   * evas - software render async - fix async render to actually be all async
+   * emile: prevent segv when rotation is asked and there is no opts provided.
+   * eo - make null object silent if eo id is off
+   * ecore_audio: do not compile elua file if ecore_audio is disabled
 
 Changes since 1.14.0:
 -
diff --git a/configure.ac b/configure.ac
index 929a088..5ac916f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [16], [0], [release])
-AC_INIT([efl], [efl_version-beta2], 
[enlightenment-de...@lists.sourceforge.net])
+AC_INIT([efl], [efl_version-beta3], 
[enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])

-- 




[EGIT] [core/elementary] master 01/01: po: update po files

2015-10-25 Thread Stefan Schmidt
stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=51abfb8d7388dfb800514de0b71d0cd180820f6f

commit 51abfb8d7388dfb800514de0b71d0cd180820f6f
Author: Stefan Schmidt 
Date:   Mon Oct 26 03:48:00 2015 +0100

po: update po files
---
 po/ar.po| 28 ++--
 po/az_IR.po | 28 ++--
 po/ca.po| 28 ++--
 po/cs.po| 28 ++--
 po/de.po| 28 ++--
 po/el.po| 28 ++--
 po/eo.po| 28 ++--
 po/es.po| 28 ++--
 po/fa.po| 28 ++--
 po/fi.po| 28 ++--
 po/fr.po| 28 ++--
 po/gl.po| 28 ++--
 po/he.po| 28 ++--
 po/hu.po| 28 ++--
 po/it.po| 28 ++--
 po/ko_KR.po | 28 ++--
 po/lt.po| 28 ++--
 po/nl.po| 28 ++--
 po/pl.po| 28 ++--
 po/ps.po| 28 ++--
 po/pt.po| 28 ++--
 po/ru.po| 28 ++--
 po/sr.po| 28 ++--
 po/tr.po| 28 ++--
 po/ur.po| 28 ++--
 po/vi.po| 28 ++--
 po/yi.po| 28 ++--
 po/zh_CN.po | 28 ++--
 28 files changed, 392 insertions(+), 392 deletions(-)

diff --git a/po/ar.po b/po/ar.po
index 0c5a39b..4a43a92 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2,12 +2,12 @@
 # This file is distributed under the same license as the Elementary package.
 # FIRST AUTHOR , 2010.
 #
-#: src/lib/elm_config.c:3267
+#: src/lib/elm_config.c:3271
 msgid ""
 msgstr ""
 "Project-Id-Version: elementary\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:33+0200\n"
+"POT-Creation-Date: 2015-10-25 11:43+0100\n"
 "PO-Revision-Date: 2010-12-26 10:05+0200\n"
 "Last-Translator: Tom Hacohen \n"
 "Language-Team: General\n"
@@ -51,15 +51,15 @@ msgstr ""
 msgid "multi button entry"
 msgstr ""
 
-#: src/lib/elc_naviframe.c:434
+#: src/lib/elc_naviframe.c:432
 msgid "Title"
 msgstr ""
 
-#: src/lib/elc_naviframe.c:980 src/lib/elc_naviframe.c:1185
+#: src/lib/elc_naviframe.c:978 src/lib/elc_naviframe.c:1183
 msgid "Back"
 msgstr ""
 
-#: src/lib/elc_naviframe.c:1281
+#: src/lib/elc_naviframe.c:1279
 msgid "Next"
 msgstr ""
 
@@ -80,9 +80,9 @@ msgid "Clicked"
 msgstr ""
 
 #: src/lib/elm_button.c:275 src/lib/elm_check.c:244 src/lib/elm_gengrid.c:1255
-#: src/lib/elm_genlist.c:1656 src/lib/elm_list.c:2189 src/lib/elm_radio.c:268
+#: src/lib/elm_genlist.c:1659 src/lib/elm_list.c:2189 src/lib/elm_radio.c:268
 #: src/lib/elm_segment_control.c:524 src/lib/elm_spinner.c:902
-#: src/lib/elm_toolbar.c:2245
+#: src/lib/elm_toolbar.c:2246
 msgid "State: Disabled"
 msgstr ""
 
@@ -187,7 +187,7 @@ msgstr ""
 msgid "color selector palette item"
 msgstr ""
 
-#: src/lib/elm_config.c:3283
+#: src/lib/elm_config.c:3287
 msgid "default:LTR"
 msgstr "default:RTL"
 
@@ -263,7 +263,7 @@ msgstr ""
 msgid "Radio"
 msgstr ""
 
-#: src/lib/elm_segment_control.c:527 src/lib/elm_toolbar.c:2247
+#: src/lib/elm_segment_control.c:527 src/lib/elm_toolbar.c:2248
 msgid "State: Selected"
 msgstr ""
 
@@ -303,22 +303,22 @@ msgstr ""
 msgid "spinner text"
 msgstr ""
 
-#: src/lib/elm_toolbar.c:1705 src/lib/elm_toolbar.c:2304
+#: src/lib/elm_toolbar.c:1706 src/lib/elm_toolbar.c:2305
 msgid "Selected"
 msgstr ""
 
-#: src/lib/elm_toolbar.c:2243
+#: src/lib/elm_toolbar.c:2244
 msgid "Separator"
 msgstr ""
 
-#: src/lib/elm_toolbar.c:2249
+#: src/lib/elm_toolbar.c:2250
 msgid "Has menu"
 msgstr ""
 
-#: src/lib/elm_toolbar.c:2299
+#: src/lib/elm_toolbar.c:2300
 msgid "Unselected"
 msgstr ""
 
-#: src/lib/elm_toolbar.c:2316
+#: src/lib/elm_toolbar.c:2317
 msgid "Toolbar Item"
 msgstr ""
diff --git a/po/az_IR.po b/po/az_IR.po
index 1cad39c..69814e2 100644
--- a/po/az_IR.po
+++ b/po/az_IR.po
@@ -2,12 +2,12 @@
 # This file is distributed under the same license as the Elementary package.
 # FIRST AUTHOR , 2010.
 #
-#: src/lib/elm_config.c:3267
+#: src/lib/elm_config.c:3271
 msgid ""
 msgstr ""
 "Project-Id-Version: elementary\n"
 "Report-Msgid-Bugs-To: enlightenment-de...@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-10-05 15:33+0200\n"
+"POT-Creation-Date: 2015-10-25 11:43+0100\n"
 "PO-Revision-Date: 2010-12-26 10:05+0200\n"
 "Last-Translator: Tom Hacohen \n"
 "Language-Team: General\n"
@@ -50,15 +50,15 @@ msgstr ""
 msgid "multi button entry"
 msgstr ""
 
-#: src/lib/elc_naviframe.c:434
+#: src/lib/elc_naviframe.c:432
 msgid