Hello community,

here is the log from the commit of package lxlauncher for openSUSE:Factory 
checked in at 2014-10-24 10:48:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxlauncher (Old)
 and      /work/SRC/openSUSE:Factory/.lxlauncher.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxlauncher"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxlauncher/lxlauncher.changes    2014-09-06 
16:59:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxlauncher.new/lxlauncher.changes       
2014-10-24 10:48:17.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Oct 21 13:59:40 UTC 2014 - [email protected]
+
+- new upstream release 0.2.4
+  * SF#466 Align text label with the icon
+  * Add compilation notes into README file
+  * Replace obsolete variable INCLUDES with AM_CPPFLAGS
+  * Use macro AM_MAINTAINER_MODE correct way - with ([enable])
+  * Remove call to libtoolize from autogen.sh - it never used
+  * Fix crash in case libmenu-cache returned empty menu
+  * Translation updates
+
+-------------------------------------------------------------------

Old:
----
  lxlauncher-0.2.3.tar.xz

New:
----
  lxlauncher-0.2.4.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxlauncher.spec ++++++
--- /var/tmp/diff_new_pack.Id09Cl/_old  2014-10-24 10:48:18.000000000 +0200
+++ /var/tmp/diff_new_pack.Id09Cl/_new  2014-10-24 10:48:18.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           lxlauncher
-Version:        0.2.3
+Version:        0.2.4
 Release:        17
 License:        GPL-3.0
 Summary:        Open source clone of Asus launcher for Netbooks

++++++ lxlauncher-0.2.3.tar.xz -> lxlauncher-0.2.4.tar.xz ++++++
++++ 10495 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/README new/lxlauncher-0.2.4/README
--- old/lxlauncher-0.2.3/README 2014-09-03 14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/README 2014-10-20 19:25:39.000000000 +0200
@@ -4,6 +4,9 @@
 Background images used by Asus launcher are non-free and are
 hence not included in this package.
 
+Notes for compilation: it requires intltool, GTK+ 2.12 or newer,
+libstartup-notification and libmenu-cache for compilation.
+
 Please put the images in /usr/share/lxlauncher/background/.
 LXLauncher will use those background images if available for any page
 which has appropriate ID - the image name should be <ID>.jpg, for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/autogen.sh new/lxlauncher-0.2.4/autogen.sh
--- old/lxlauncher-0.2.3/autogen.sh     2014-09-03 14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/autogen.sh     2014-10-20 19:25:39.000000000 +0200
@@ -26,7 +26,6 @@
 
 ${ACLOCAL:-aclocal$AM_VERSION} ${ACLOCAL_ARG}
 ${AUTOHEADER:-autoheader$AC_VERSION} --force
-AUTOMAKE=$AUTOMAKE libtoolize -c --automake --force
 AUTOMAKE=$AUTOMAKE intltoolize -c --automake --force
 $AUTOMAKE --add-missing --copy --include-deps
 ${AUTOCONF:-autoconf$AC_VERSION}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/configure.ac new/lxlauncher-0.2.4/configure.ac
--- old/lxlauncher-0.2.3/configure.ac   2014-09-03 14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/configure.ac   2014-10-20 19:25:39.000000000 +0200
@@ -1,13 +1,13 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(lxlauncher, 0.2.3, http://lxde.org)
+AC_INIT(lxlauncher, 0.2.4, http://lxde.org)
 AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
 AM_CONFIG_HEADER(config.h)
 # Support silent build rules. Disable by either passing --disable-silent-rules
 # to configure or passing V=1 to make
 AM_SILENT_RULES([yes])
 
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 
 # Init intltool
 IT_PROG_INTLTOOL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-learn.directory 
new/lxlauncher-0.2.4/data/lxde-learn.directory
--- old/lxlauncher-0.2.3/data/lxde-learn.directory      2014-09-03 
14:17:08.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-learn.directory      2014-10-20 
19:29:21.000000000 +0200
@@ -1,8 +1,10 @@
 [Desktop Entry]
 Name=Learn
+Name[fr]=Apprendre
+Name[lg]=Kuyiga
+Name[ru]=Обучение
 Name[uk]=Навчання
 Name[es]=Aprender
-Name[fr]=Apprendre
 Name[it]=Apprendere
 Name[sk]=Vzdelávanie
 Name[sl]=Izobraževanje
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-learn.directory.in 
new/lxlauncher-0.2.4/data/lxde-learn.directory.in
--- old/lxlauncher-0.2.3/data/lxde-learn.directory.in   2014-09-03 
14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-learn.directory.in   2014-10-20 
19:25:39.000000000 +0200
@@ -1,7 +1,6 @@
 [Desktop Entry]
 _Name=Learn
 Name[es]=Aprender
-Name[fr]=Apprendre
 Name[it]=Apprendere
 Name[sk]=Vzdelávanie
 Name[sl]=Izobraževanje
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-math.directory 
new/lxlauncher-0.2.4/data/lxde-math.directory
--- old/lxlauncher-0.2.3/data/lxde-math.directory       2014-09-03 
14:17:09.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-math.directory       2014-10-20 
19:29:21.000000000 +0200
@@ -1,8 +1,10 @@
 [Desktop Entry]
 Name=Math
+Name[fr]=Maths
+Name[lg]=Kubala
+Name[ru]=Математика
 Name[uk]=Математика
 Name[es]=Matemáticas
-Name[fr]=Maths
 Name[it]=Matematica
 Name[sk]=Matematika
 Name[sl]=Matematika
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-math.directory.in 
new/lxlauncher-0.2.4/data/lxde-math.directory.in
--- old/lxlauncher-0.2.3/data/lxde-math.directory.in    2014-09-03 
14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-math.directory.in    2014-10-20 
19:25:39.000000000 +0200
@@ -1,7 +1,6 @@
 [Desktop Entry]
 _Name=Math
 Name[es]=Matemáticas
-Name[fr]=Maths
 Name[it]=Matematica
 Name[sk]=Matematika
 Name[sl]=Matematika
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-play.directory 
new/lxlauncher-0.2.4/data/lxde-play.directory
--- old/lxlauncher-0.2.3/data/lxde-play.directory       2014-09-03 
14:17:08.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-play.directory       2014-10-20 
19:29:21.000000000 +0200
@@ -1,8 +1,10 @@
 [Desktop Entry]
 Name=Play
+Name[fr]=Jouer
+Name[lg]=Kuzannya
+Name[ru]=Забавы
 Name[uk]=Грати
 Name[es]=Divertirse
-Name[fr]=S'amuser
 Name[it]=Divertirsi
 Name[sk]=Zábava
 Name[sl]=Zabava
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-play.directory.in 
new/lxlauncher-0.2.4/data/lxde-play.directory.in
--- old/lxlauncher-0.2.3/data/lxde-play.directory.in    2014-09-03 
14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-play.directory.in    2014-10-20 
19:25:39.000000000 +0200
@@ -1,7 +1,6 @@
 [Desktop Entry]
 _Name=Play
 Name[es]=Divertirse
-Name[fr]=S'amuser
 Name[it]=Divertirsi
 Name[sk]=Zábava
 Name[sl]=Zabava
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-science.directory 
new/lxlauncher-0.2.4/data/lxde-science.directory
--- old/lxlauncher-0.2.3/data/lxde-science.directory    2014-09-03 
14:17:08.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-science.directory    2014-10-20 
19:29:21.000000000 +0200
@@ -3,6 +3,9 @@
 Type=Directory
 Icon=applications-science
 Name=Science
+Name[fr]=Sciences
+Name[lg]=Sayansi
+Name[ru]=Наука
 Name[uk]=Наука
 Name[br]=Skiant
 Name[bs]=Nauka
@@ -17,7 +20,6 @@
 Name[es]=Ciencia
 Name[eu]=Zientzia
 Name[fi]=Tiede
-Name[fr]=Science
 Name[ga]=Eolaíocht
 Name[gl]=Ciencia
 Name[hr]=Znanost
@@ -34,14 +36,12 @@
 Name[pt]=Ciência
 Name[pt_BR]=Ciências
 Name[ro]=Știință
-Name[ru]=Наука
 Name[sk]=Veda
 Name[sl]=Znanost
 Name[sr]=Наука и математика
 Name[sr@Latn]=Nauka
 Name[sv]=Vetenskap
 Name[tr]=Bilim
-Name[uk]=Наука
 Name[wa]=Siyinces
 Name[zh_CN]=科学
 Name[zh_TW]=科學
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-science.directory.in 
new/lxlauncher-0.2.4/data/lxde-science.directory.in
--- old/lxlauncher-0.2.3/data/lxde-science.directory.in 2014-09-03 
14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-science.directory.in 2014-10-20 
19:25:39.000000000 +0200
@@ -16,7 +16,6 @@
 Name[es]=Ciencia
 Name[eu]=Zientzia
 Name[fi]=Tiede
-Name[fr]=Science
 Name[ga]=Eolaíocht
 Name[gl]=Ciencia
 Name[hr]=Znanost
@@ -33,14 +32,12 @@
 Name[pt]=Ciência
 Name[pt_BR]=Ciências
 Name[ro]=Știință
-Name[ru]=Наука
 Name[sk]=Veda
 Name[sl]=Znanost
 Name[sr]=Наука и математика
 Name[sr@Latn]=Nauka
 Name[sv]=Vetenskap
 Name[tr]=Bilim
-Name[uk]=Наука
 Name[wa]=Siyinces
 Name[zh_CN]=科学
 Name[zh_TW]=科學
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-webmail.directory 
new/lxlauncher-0.2.4/data/lxde-webmail.directory
--- old/lxlauncher-0.2.3/data/lxde-webmail.directory    2014-09-03 
14:17:08.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-webmail.directory    2014-10-20 
19:29:21.000000000 +0200
@@ -1,8 +1,10 @@
 [Desktop Entry]
 Name=Web Mail
+Name[fr]=Méls
+Name[lg]=Email
+Name[ru]=Сеть, Почта
 Name[uk]=Тенета й Пошта
 Name[es]=Web Mail
-Name[fr]=Web Mail
 Name[it]=Web Mail
 Name[sk]=Webmail
 Name[sl]=Spletna pošta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-webmail.directory.in 
new/lxlauncher-0.2.4/data/lxde-webmail.directory.in
--- old/lxlauncher-0.2.3/data/lxde-webmail.directory.in 2014-09-03 
14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-webmail.directory.in 2014-10-20 
19:25:39.000000000 +0200
@@ -1,7 +1,6 @@
 [Desktop Entry]
 _Name=Web Mail
 Name[es]=Web Mail
-Name[fr]=Web Mail
 Name[it]=Web Mail
 Name[sk]=Webmail
 Name[sl]=Spletna pošta
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-work.directory 
new/lxlauncher-0.2.4/data/lxde-work.directory
--- old/lxlauncher-0.2.3/data/lxde-work.directory       2014-09-03 
14:17:08.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-work.directory       2014-10-20 
19:29:21.000000000 +0200
@@ -1,8 +1,10 @@
 [Desktop Entry]
 Name=Work
+Name[fr]=Travail
+Name[lg]=Kukola
+Name[ru]=Работа
 Name[uk]=Робота
 Name[es]=Trabajar
-Name[fr]=Travailler
 Name[it]=Lavorare
 Name[sk]=Práca
 Name[sl]=Delo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/data/lxde-work.directory.in 
new/lxlauncher-0.2.4/data/lxde-work.directory.in
--- old/lxlauncher-0.2.3/data/lxde-work.directory.in    2014-09-03 
14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/data/lxde-work.directory.in    2014-10-20 
19:25:39.000000000 +0200
@@ -1,7 +1,6 @@
 [Desktop Entry]
 _Name=Work
 Name[es]=Trabajar
-Name[fr]=Travailler
 Name[it]=Lavorare
 Name[sk]=Práca
 Name[sl]=Delo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/po/ar.po new/lxlauncher-0.2.4/po/ar.po
--- old/lxlauncher-0.2.3/po/ar.po       2014-09-03 14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/po/ar.po       2014-10-20 19:25:39.000000000 +0200
@@ -1,21 +1,24 @@
 # Arabic translations for PACKAGE package.
 # Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# أحمد فرغل <[email protected]>, 2009.
 #
+# أحمد فرغل <[email protected]>, 2009.
+# Safa Alfulaij <[email protected]>, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: LXLauncher\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-11-13 23:50+0100\n"
-"PO-Revision-Date: 2009-09-10 22:48+0200\n"
-"Last-Translator: Ahmad Farghal <[email protected]>\n"
-"Language-Team: Arabic\n"
-"Language: \n"
+"PO-Revision-Date: 2014-07-11 11:53+0300\n"
+"Last-Translator: Safa Alfulaij <[email protected]>\n"
+"Language-Team: Arabic <[email protected]>\n"
+"Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Pootle 1.1.0\n"
+"X-Generator: Lokalize 1.5\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && 
"
+"n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 
 #.
 #. item = gtk_separator_menu_item_new();
@@ -23,12 +26,12 @@
 #.
 #: ../src/lxlauncher.c:125
 msgid "_Customize"
-msgstr "_خصص"
+msgstr "_خصّص"
 
 #: ../src/lxlauncher.c:571
 #, c-format
 msgid "Go back to \"%s\""
-msgstr "عد إلى \"%s\""
+msgstr "عُد إلى \"%s\""
 
 #: ../src/lxlauncher.c:786
 msgid "Enable key navigation"
@@ -39,24 +42,24 @@
 "Allow users to use up/down/left/right/tab/enter keys to operate the "
 "lxlauncher"
 msgstr ""
-"اسمح للمستخدمين باستخدام أزرار أعلى/أسفل/يسار/يمين/لسان/أدخِل للتعامل مع "
+"اسمح للمستخدِمين باستخدام أزرار أعلى/أسفل/يسار/يمين/tab/enter للتعامل مع "
 "lxlauncher"
 
 #: ../src/exo-wrap-table.c:196
 msgid "Column spacing"
-msgstr "المسافة بين العواميد"
+msgstr "تباعد الأعمدة"
 
 #: ../src/exo-wrap-table.c:197
 msgid "The amount of space between two consecutive columns"
-msgstr "مقدار المسافة بين كل عمود والذي يليه"
+msgstr "مقدار الفراغة بين عمودين متتاليين"
 
 #: ../src/exo-wrap-table.c:211
 msgid "Row spacing"
-msgstr "المسافة بين الصفوف"
+msgstr "تباعد الصفوف"
 
 #: ../src/exo-wrap-table.c:212
 msgid "The amount of space between two consecutive rows"
-msgstr "مقدار المسافة بين كل صف والذي يليه"
+msgstr "مقدار الفراغ بين صفين متتاليين"
 
 #: ../src/exo-wrap-table.c:226
 msgid "Homogeneous"
@@ -64,9 +67,11 @@
 
 #: ../src/exo-wrap-table.c:227
 msgid "Whether the children should be all the same size"
-msgstr "جعل العناصر الفرعية كلها بنفس الحجم أم لا"
+msgstr "ما إذا سيكون كل الأبناء بنفس الحجم"
 
 #: ../src/misc.c:344
 #, c-format
 msgid "Command not found"
-msgstr "الأمر غير موجود"
+msgstr "لم يُعثر على الأمر"
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/po/es.po new/lxlauncher-0.2.4/po/es.po
--- old/lxlauncher-0.2.3/po/es.po       2014-09-03 14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/po/es.po       2014-10-20 19:25:39.000000000 +0200
@@ -9,16 +9,16 @@
 "Project-Id-Version: lxlauncher\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-11-13 23:50+0100\n"
-"PO-Revision-Date: 2009-09-20 14:09+0200\n"
-"Last-Translator: Hugo Florentino <[email protected]>\n"
+"PO-Revision-Date: 2014-10-19 20:29+0000\n"
+"Last-Translator: jcsl <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 1.1.0\n"
-"X-Poedit-Language: Spanish\n"
+"X-Generator: Pootle 2.6.0-rc2\n"
+"X-POOTLE-MTIME: 1413750555.000000\n"
 
 #.
 #. item = gtk_separator_menu_item_new();
@@ -42,8 +42,8 @@
 "Allow users to use up/down/left/right/tab/enter keys to operate the "
 "lxlauncher"
 msgstr ""
-"Permite operar lxlauncher con las teclas arriba/abajo/izquierda/derecha/"
-"tabulador/retorno"
+"Permite operar lxlauncher con las teclas "
+"arriba/abajo/izquierda/derecha/tabulador/retorno"
 
 #: ../src/exo-wrap-table.c:196
 msgid "Column spacing"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/po/fr.po new/lxlauncher-0.2.4/po/fr.po
--- old/lxlauncher-0.2.3/po/fr.po       2014-09-03 14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/po/fr.po       2014-10-20 19:25:39.000000000 +0200
@@ -1,48 +1,47 @@
 # French Translation of lxlauncher-gmenu.
 # Copyright (C) 2008 洪任諭 (Hon Jen Yee, aka PCMan)
 # This file is distributed under the same license as the lxlauncher-gmenu 
package.
-#
 # Robert-André Mauchin <[email protected]>, 2008.
-#
 msgid ""
 msgstr ""
 "Project-Id-Version: lxlauncher-gmenu r844\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-13 23:50+0100\n"
-"PO-Revision-Date: 2009-09-08 10:29+0200\n"
-"Last-Translator: Cilyan Olowen <[email protected]>\n"
+"POT-Creation-Date: 2014-09-03 04:32+0300\n"
+"PO-Revision-Date: 2014-09-28 15:34+0000\n"
+"Last-Translator: Julien Henry <[email protected]>\n"
 "Language-Team: GNOME French Team <[email protected]>\n"
-"Language: \n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Pootle 1.1.0\n"
+"X-Generator: Pootle 2.6.0-rc1\n"
+"X-POOTLE-MTIME: 1411918472.000000\n"
 
 #.
 #. item = gtk_separator_menu_item_new();
 #. gtk_menu_shell_append(p, item);
 #.
-#: ../src/lxlauncher.c:125
+#: ../src/lxlauncher.c:124
 msgid "_Customize"
 msgstr "_Personnaliser"
 
-#: ../src/lxlauncher.c:571
+#: ../src/lxlauncher.c:640
 #, c-format
 msgid "Go back to \"%s\""
 msgstr "Retourner vers « %s »"
 
-#: ../src/lxlauncher.c:786
+#: ../src/lxlauncher.c:870
 msgid "Enable key navigation"
 msgstr "Activer la navigation au clavier"
 
-#: ../src/lxlauncher.c:787
+#: ../src/lxlauncher.c:871
 msgid ""
 "Allow users to use up/down/left/right/tab/enter keys to operate the "
 "lxlauncher"
 msgstr ""
-"Permettre aux utilisateurs d'utiliser les touches haut/bas/gauche/droite/"
-"tabulation/entrée pour agir sur lxlauncher"
+"Permettre aux utilisateurs d'utiliser les touches "
+"haut/bas/gauche/droite/tabulation/entrée pour agir sur lxlauncher"
 
 #: ../src/exo-wrap-table.c:196
 msgid "Column spacing"
@@ -72,3 +71,27 @@
 #, c-format
 msgid "Command not found"
 msgstr "Commande non trouvée"
+
+#: ../data/lxde-learn.directory.in.h:1
+msgid "Learn"
+msgstr "Apprendre"
+
+#: ../data/lxde-math.directory.in.h:1
+msgid "Math"
+msgstr "Maths"
+
+#: ../data/lxde-play.directory.in.h:1
+msgid "Play"
+msgstr "Jouer"
+
+#: ../data/lxde-science.directory.in.h:1
+msgid "Science"
+msgstr "Sciences"
+
+#: ../data/lxde-webmail.directory.in.h:1
+msgid "Web Mail"
+msgstr "Méls"
+
+#: ../data/lxde-work.directory.in.h:1
+msgid "Work"
+msgstr "Travail"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/po/id.po new/lxlauncher-0.2.4/po/id.po
--- old/lxlauncher-0.2.3/po/id.po       2014-09-03 14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/po/id.po       2014-10-20 19:25:39.000000000 +0200
@@ -8,14 +8,16 @@
 "Project-Id-Version: lxlauncher\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-11-13 23:50+0100\n"
-"PO-Revision-Date: 2009-09-11 02:03+0200\n"
-"Last-Translator: Rahman Yusri Aftian <[email protected]>\n"
+"PO-Revision-Date: 2014-09-04 14:06+0000\n"
+"Last-Translator: Andika Triwidada <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Pootle 1.1.0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.6.0-rc1\n"
+"X-POOTLE-MTIME: 1409839600.000000\n"
 
 #.
 #. item = gtk_separator_menu_item_new();
@@ -44,19 +46,19 @@
 
 #: ../src/exo-wrap-table.c:196
 msgid "Column spacing"
-msgstr "Jarak Kolom"
+msgstr "Sela kolom"
 
 #: ../src/exo-wrap-table.c:197
 msgid "The amount of space between two consecutive columns"
-msgstr "Jumlah jarak antara dua kolom berurutan"
+msgstr "Banyaknya ruang di antara dua kolom berturutan"
 
 #: ../src/exo-wrap-table.c:211
 msgid "Row spacing"
-msgstr "Jarak baris"
+msgstr "Sela baris"
 
 #: ../src/exo-wrap-table.c:212
 msgid "The amount of space between two consecutive rows"
-msgstr "Jumlah jarak antara dua baris berurutan"
+msgstr "Banyaknya ruang di antara dua baris berturutan"
 
 #: ../src/exo-wrap-table.c:226
 msgid "Homogeneous"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/po/lg.po new/lxlauncher-0.2.4/po/lg.po
--- old/lxlauncher-0.2.3/po/lg.po       2014-09-03 14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/po/lg.po       2014-10-20 19:25:39.000000000 +0200
@@ -2,45 +2,44 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-13 23:50+0100\n"
-"PO-Revision-Date: 2010-11-01 15:27+0200\n"
-"Last-Translator: kizito <[email protected]>\n"
+"POT-Creation-Date: 2014-09-03 04:32+0300\n"
+"PO-Revision-Date: 2014-09-15 22:40+0000\n"
+"Last-Translator:   <[email protected]>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
 "Language: lg\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
+"X-Generator: Pootle 2.6.0-rc1\n"
+"X-POOTLE-MTIME: 1410820802.000000\n"
 
 #.
 #. item = gtk_separator_menu_item_new();
 #. gtk_menu_shell_append(p, item);
 #.
-#: ../src/lxlauncher.c:125
+#: ../src/lxlauncher.c:124
 msgid "_Customize"
 msgstr "_Nteekateeka eyiyo"
 
-#: ../src/lxlauncher.c:571
+#: ../src/lxlauncher.c:640
 #, c-format
 msgid "Go back to \"%s\""
 msgstr "Dda ku \"%s\""
 
-#: ../src/lxlauncher.c:786
+#: ../src/lxlauncher.c:870
 msgid "Enable key navigation"
 msgstr "Lambuza mapeesa"
 
-#: ../src/lxlauncher.c:787
+#: ../src/lxlauncher.c:871
 msgid ""
 "Allow users to use up/down/left/right/tab/enter keys to operate the "
 "lxlauncher"
-msgstr ""
-"lxlauncher ekolere ku mapeesa aga yambuka/kka/kkono/ddyo/luseetuka/enta"
+msgstr "lxlauncher ekolere ku mapeesa aga 
yambuka/kka/kkono/ddyo/luseetuka/enta"
 
 #: ../src/exo-wrap-table.c:196
 msgid "Column spacing"
@@ -70,3 +69,27 @@
 #, c-format
 msgid "Command not found"
 msgstr "Ekiragiro ekyo tekizuuse"
+
+#: ../data/lxde-learn.directory.in.h:1
+msgid "Learn"
+msgstr "Kuyiga"
+
+#: ../data/lxde-math.directory.in.h:1
+msgid "Math"
+msgstr "Kubala"
+
+#: ../data/lxde-play.directory.in.h:1
+msgid "Play"
+msgstr "Kuzannya"
+
+#: ../data/lxde-science.directory.in.h:1
+msgid "Science"
+msgstr "Sayansi"
+
+#: ../data/lxde-webmail.directory.in.h:1
+msgid "Web Mail"
+msgstr "Email"
+
+#: ../data/lxde-work.directory.in.h:1
+msgid "Work"
+msgstr "Kukola"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/po/ru.po new/lxlauncher-0.2.4/po/ru.po
--- old/lxlauncher-0.2.3/po/ru.po       2014-09-03 14:16:42.000000000 +0200
+++ new/lxlauncher-0.2.4/po/ru.po       2014-10-20 19:25:39.000000000 +0200
@@ -1,16 +1,15 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Max <[email protected]>, 2010
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: lxlauncher\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-11-13 23:50+0100\n"
-"PO-Revision-Date: 2010-05-25 18:17+0200\n"
-"Last-Translator: Max <[email protected]>\n"
-"Language-Team: LANGUAGE <[email protected]>\n"
+"POT-Creation-Date: 2014-10-19 21:01+0300\n"
+"PO-Revision-Date: 2014-10-19 21:05+0300\n"
+"Last-Translator: Andrej Gritsenko <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
@@ -23,20 +22,20 @@
 #. item = gtk_separator_menu_item_new();
 #. gtk_menu_shell_append(p, item);
 #.
-#: ../src/lxlauncher.c:125
+#: ../src/lxlauncher.c:124
 msgid "_Customize"
 msgstr "_Настроить"
 
-#: ../src/lxlauncher.c:571
+#: ../src/lxlauncher.c:641
 #, c-format
 msgid "Go back to \"%s\""
 msgstr "Вернуться к \"%s\""
 
-#: ../src/lxlauncher.c:786
+#: ../src/lxlauncher.c:903
 msgid "Enable key navigation"
 msgstr "Разрешить навигацию с клавиатуры"
 
-#: ../src/lxlauncher.c:787
+#: ../src/lxlauncher.c:904
 msgid ""
 "Allow users to use up/down/left/right/tab/enter keys to operate the "
 "lxlauncher"
@@ -71,3 +70,27 @@
 #, c-format
 msgid "Command not found"
 msgstr "Команда не найдена"
+
+#: ../data/lxde-learn.directory.in.h:1
+msgid "Learn"
+msgstr "Обучение"
+
+#: ../data/lxde-math.directory.in.h:1
+msgid "Math"
+msgstr "Математика"
+
+#: ../data/lxde-play.directory.in.h:1
+msgid "Play"
+msgstr "Забавы"
+
+#: ../data/lxde-science.directory.in.h:1
+msgid "Science"
+msgstr "Наука"
+
+#: ../data/lxde-webmail.directory.in.h:1
+msgid "Web Mail"
+msgstr "Сеть, Почта"
+
+#: ../data/lxde-work.directory.in.h:1
+msgid "Work"
+msgstr "Работа"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/src/Makefile.am new/lxlauncher-0.2.4/src/Makefile.am
--- old/lxlauncher-0.2.3/src/Makefile.am        2014-09-03 14:16:42.000000000 
+0200
+++ new/lxlauncher-0.2.4/src/Makefile.am        2014-10-20 19:25:39.000000000 
+0200
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        $(GTK_CFLAGS) $(SN_CFLAGS) $(GMENU_CFLAGS) $(X11_CFLAGS) 
$(ADDITIONAL_FLAGS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxlauncher-0.2.3/src/lxlauncher.c new/lxlauncher-0.2.4/src/lxlauncher.c
--- old/lxlauncher-0.2.3/src/lxlauncher.c       2014-09-03 14:16:42.000000000 
+0200
+++ new/lxlauncher-0.2.4/src/lxlauncher.c       2014-10-20 19:25:39.000000000 
+0200
@@ -177,8 +177,8 @@
     gtk_box_pack_start( GTK_BOX(box), img, FALSE, TRUE, 2 );
 
     label = gtk_label_new( text );
-    gtk_widget_show( label );
-    gtk_widget_set_size_request( label, button_size - 10, -1 );
+    //gtk_widget_show( label );
+    //gtk_widget_set_size_request( label, button_size - 10, -1 );
     gtk_label_set_line_wrap_mode( GTK_LABEL(label), PANGO_WRAP_WORD_CHAR );
     gtk_label_set_line_wrap( GTK_LABEL(label), TRUE );
     gtk_label_set_justify( GTK_LABEL(label), GTK_JUSTIFY_CENTER );
@@ -697,6 +697,8 @@
     GSList* l;
 
     // build pages for toplevel groups
+    if (root_dir == NULL)
+        return;
 #ifdef HAVE_MENU_CACHE_DIR_LIST_CHILDREN /* menu-cache 0.4.0 or newer */
     children = menu_cache_dir_list_children(root_dir);
     for( l = children; l; l = l->next )

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to