platform/upstream/enlightenment.git
15 years ago * estickies,
Cedric BAIL [Wed, 25 Feb 2009 11:03:47 +0000 (11:03 +0000)]
* estickies,
* etk,
* PROTO/exalt,
* E-MODULES-EXTRA/diskio,
* E-MODULES-EXTRA/drawer,
* E-MODULES-EXTRA/penguins,
* E-MODULES-EXTRA/slideshow,
* E-MODULES-EXTRA/mail,
* E-MODULES-EXTRA/forecasts,
* E-MODULES-EXTRA/iiirk,
* E-MODULES-EXTRA/places,
* e,
* ewl,
* ecore,
* elitaire,
* entrance,
* e_dbus,
* efreet: Here we go, move from Ecore_List to Eina_List.

NOTE: This patch is huge, I did test it a lot, and I hope nothing is
broken. But if you think something change after this commit, please
contact me ASAP.

SVN revision: 39200

15 years agoDummy icons for now.
toma [Wed, 25 Feb 2009 02:26:29 +0000 (02:26 +0000)]
Dummy icons for now.

SVN revision: 39187

15 years agoupdating french and italian translations
Massimo Maiurana [Tue, 24 Feb 2009 12:43:32 +0000 (12:43 +0000)]
updating french and italian translations

SVN revision: 39176

15 years agofm: handle symbolic links.
Gustavo Sverzut Barbieri [Tue, 24 Feb 2009 05:22:14 +0000 (05:22 +0000)]
fm: handle symbolic links.

Symbolic links are handled similar to "paste". If you "Copy" you'll
get the "Link" menu item that will create a symbolic link instead of
real copying the file.

Drag and Drop works similarly, use "Alt" in order to get a popup and
select "Link" there.

Toma: we do miss icons for it!

Mekius & Ptomaine: please review as I'm not that familiar with e_fm_op.c

SVN revision: 39170

15 years agoUpdated Czech Enlightenment translation.
Daniel Kolesa [Mon, 23 Feb 2009 11:05:37 +0000 (11:05 +0000)]
Updated Czech Enlightenment translation.

SVN revision: 39160

15 years agoMerged new pot files.
Aron Xu [Mon, 23 Feb 2009 10:39:26 +0000 (10:39 +0000)]
Merged new pot files.

SVN revision: 39159

15 years agomixer: better button label, use "Controls" instead of "Mixer"
Gustavo Sverzut Barbieri [Fri, 20 Feb 2009 17:33:36 +0000 (17:33 +0000)]
mixer: better button label, use "Controls" instead of "Mixer"

SVN revision: 39112

15 years agoupdating french and italian translations
Massimo Maiurana [Fri, 20 Feb 2009 17:06:57 +0000 (17:06 +0000)]
updating french and italian translations

SVN revision: 39111

15 years agoand revert original utf8 fixes - just too slow.
Carsten Haitzler [Thu, 19 Feb 2009 13:53:42 +0000 (13:53 +0000)]
and revert original utf8 fixes - just too slow.

SVN revision: 39096

15 years agoquickly fix some ilist sizes.
Carsten Haitzler [Thu, 19 Feb 2009 13:44:17 +0000 (13:44 +0000)]
quickly fix some ilist sizes.

SVN revision: 39095

15 years agoFixed a bug, the callback was add 2 times in the list -> segfault when the list was...
Jonathan Atton [Tue, 17 Feb 2009 17:40:24 +0000 (17:40 +0000)]
Fixed a bug, the callback was add 2 times in the list -> segfault when the list was destroy

SVN revision: 39061

15 years agorevert relative and use_relative
Jonathan Atton [Mon, 16 Feb 2009 22:32:34 +0000 (22:32 +0000)]
revert relative and use_relative

SVN revision: 39050

15 years agoRemove unused icon.
toma [Mon, 16 Feb 2009 12:33:37 +0000 (12:33 +0000)]
Remove unused icon.

SVN revision: 39037

15 years agoOops, fix some bugs introduced with past commits.
Gustavo Sverzut Barbieri [Mon, 16 Feb 2009 00:28:51 +0000 (00:28 +0000)]
Oops, fix some bugs introduced with past commits.

SVN revision: 39032

15 years agoe_fm: remember directory settings.
Gustavo Sverzut Barbieri [Sun, 15 Feb 2009 23:09:09 +0000 (23:09 +0000)]
e_fm: remember directory settings.

e_fm2_custom_file now remembers directory settings, it will save
position on screen (horizontal and vertical pan percentage), view mode,
icon size, if to remember ordering and if it should show hidden files.

There is a menu option to remove these settings and inherit settings
from parent.

SVN revision: 39031

15 years agoRemove some warnings I introduced with past commits.
Gustavo Sverzut Barbieri [Sun, 15 Feb 2009 17:06:49 +0000 (17:06 +0000)]
Remove some warnings I introduced with past commits.

SVN revision: 39029

15 years agoMinor refactor of interfaces, split code and menu callbacks.
Gustavo Sverzut Barbieri [Sun, 15 Feb 2009 15:25:27 +0000 (15:25 +0000)]
Minor refactor of interfaces, split code and menu callbacks.

Let's make real code interfaces to take a single Evas_Object and menu
items callbacks should call them.

SVN revision: 39028

15 years agokeyboard shortcuts: ^X, ^C and ^V now works.
Gustavo Sverzut Barbieri [Sun, 15 Feb 2009 14:50:30 +0000 (14:50 +0000)]
keyboard shortcuts: ^X, ^C and ^V now works.

http://trac.enlightenment.org/e/wiki/Release

SVN revision: 39027

15 years agoDONE: fm2 "delete" key needs to... delete.
Gustavo Sverzut Barbieri [Sun, 15 Feb 2009 14:31:09 +0000 (14:31 +0000)]
DONE: fm2 "delete" key needs to... delete.

http://trac.enlightenment.org/e/wiki/Release

SVN revision: 39026

15 years agoRestore "view mode" menu in fileman.
Gustavo Sverzut Barbieri [Sun, 15 Feb 2009 14:02:28 +0000 (14:02 +0000)]
Restore "view mode" menu in fileman.

This was added in a commit by cedric (r38185) saying it was doing efreet
and eina_hash changes, so I expect it to be erroneous change.

If view mode has any problems, let me know.

SVN revision: 39025

15 years agolook in PREFIX/etc for menu files too
Carsten Haitzler [Tue, 10 Feb 2009 11:56:56 +0000 (11:56 +0000)]
look in PREFIX/etc for menu files too

SVN revision: 38991

15 years agoupdating french and italian translations
Massimo Maiurana [Sun, 8 Feb 2009 10:21:52 +0000 (10:21 +0000)]
updating french and italian translations

SVN revision: 38971

15 years agoFix aspect ratio.
toma [Sun, 8 Feb 2009 03:55:04 +0000 (03:55 +0000)]
Fix aspect ratio.

SVN revision: 38969

15 years agoBattery module gets a better battery.
toma [Sun, 8 Feb 2009 03:20:20 +0000 (03:20 +0000)]
Battery module gets a better battery.

SVN revision: 38968

15 years agoNew for cursor and its module
toma [Fri, 6 Feb 2009 13:25:44 +0000 (13:25 +0000)]
New for cursor and its module

SVN revision: 38959

15 years agoModule icons... most of them. Some still need some love, but Ill get around to that...
toma [Thu, 5 Feb 2009 14:34:01 +0000 (14:34 +0000)]
Module icons... most of them. Some still need some love, but Ill get around to that. Shout out to Sachiel!

SVN revision: 38953

15 years agoexec priority configuration
Viktor Kojouharov [Thu, 5 Feb 2009 13:32:24 +0000 (13:32 +0000)]
exec priority configuration

SVN revision: 38952

15 years agoupdating french translations
Massimo Maiurana [Thu, 5 Feb 2009 12:59:11 +0000 (12:59 +0000)]
updating french translations

SVN revision: 38951

15 years agoRemove compiler warnings.
Gustavo Sverzut Barbieri [Thu, 5 Feb 2009 02:35:46 +0000 (02:35 +0000)]
Remove compiler warnings.

SVN revision: 38947

15 years agoRemove annoyance.
Gustavo Sverzut Barbieri [Thu, 5 Feb 2009 02:34:20 +0000 (02:34 +0000)]
Remove annoyance.

When e starts in systems under heavy load, it might not get reply from
HAL before we need it, so detect batteries that still do not have
filled properties and avoid calling _battery_update() if nothing is
known.

SVN revision: 38946

15 years agofrench translations for desktop files
Massimo Maiurana [Wed, 4 Feb 2009 17:57:22 +0000 (17:57 +0000)]
french translations for desktop files

SVN revision: 38943

15 years agoToolbar and ibar icon.
toma [Wed, 4 Feb 2009 12:14:46 +0000 (12:14 +0000)]
Toolbar and ibar icon.

SVN revision: 38942

15 years agoE gets a new engine. Its a Harley bike engine\!
toma [Wed, 4 Feb 2009 11:43:47 +0000 (11:43 +0000)]
E gets a new engine. Its a Harley bike engine\!

SVN revision: 38940

15 years agoStop dialogs module from setting the wrong icon. Sneeky sneeky\!
toma [Wed, 4 Feb 2009 11:40:30 +0000 (11:40 +0000)]
Stop dialogs module from setting the wrong icon. Sneeky sneeky\!

SVN revision: 38939

15 years agoand build without exchange too! (exchange is still in proto!)
Carsten Haitzler [Wed, 4 Feb 2009 00:05:04 +0000 (00:05 +0000)]
and build without exchange too! (exchange is still in proto!)

SVN revision: 38931

15 years agoFix window border icons for wallpaper
toma [Tue, 3 Feb 2009 23:08:16 +0000 (23:08 +0000)]
Fix window border icons for wallpaper

SVN revision: 38930

15 years ago * Make the wallpaper online dialog use exchange :)
Davide Andreoli [Tue, 3 Feb 2009 21:12:50 +0000 (21:12 +0000)]
 * Make the wallpaper online dialog use exchange :)
 * Update theme online dialog to recent exchange change

SVN revision: 38928

15 years agofrench translations for desktop files
Massimo Maiurana [Tue, 3 Feb 2009 17:26:54 +0000 (17:26 +0000)]
french translations for desktop files

SVN revision: 38923

15 years agoSettings and a warning icon for the profiles delete dialog.
toma [Tue, 3 Feb 2009 13:46:28 +0000 (13:46 +0000)]
Settings and a warning icon for the profiles delete dialog.

SVN revision: 38922

15 years agobattery config.... better!
Carsten Haitzler [Tue, 3 Feb 2009 12:45:38 +0000 (12:45 +0000)]
battery config.... better!

SVN revision: 38920

15 years agoAnd heres the interaction icon. Also included, reset for profiles dialog.
toma [Tue, 3 Feb 2009 12:09:24 +0000 (12:09 +0000)]
And heres the interaction icon. Also included, reset for profiles dialog.

SVN revision: 38918

15 years agoMake an interactions icon possible.
toma [Tue, 3 Feb 2009 12:07:59 +0000 (12:07 +0000)]
Make an interactions icon possible.

SVN revision: 38917

15 years agoupdating french and italian translations
Massimo Maiurana [Mon, 2 Feb 2009 18:29:07 +0000 (18:29 +0000)]
updating french and italian translations

SVN revision: 38906

15 years agofrench translations for desktop files
Massimo Maiurana [Sun, 1 Feb 2009 15:24:59 +0000 (15:24 +0000)]
french translations for desktop files

SVN revision: 38890

15 years agoGimme mah icons back
toma [Sun, 1 Feb 2009 03:35:43 +0000 (03:35 +0000)]
Gimme mah icons back

SVN revision: 38875

15 years agoand kill batget when forcing hal mode.
Carsten Haitzler [Sun, 1 Feb 2009 03:29:22 +0000 (03:29 +0000)]
and kill batget when forcing hal mode.

SVN revision: 38874

15 years agob attery has option fo forcing hal or internal (batget). config ui is still
Carsten Haitzler [Sun, 1 Feb 2009 03:26:46 +0000 (03:26 +0000)]
b attery has option fo forcing hal or internal (batget). config ui is still
too big.

SVN revision: 38873

15 years agoprofile config now offers reset and is spruiced up to be like the wizard one
Carsten Haitzler [Sun, 1 Feb 2009 01:32:09 +0000 (01:32 +0000)]
profile config now offers reset and is spruiced up to be like the wizard one
supportign the profile.desktop descriptions and icons.

SVN revision: 38872

15 years agoOpen, Close.
toma [Sun, 1 Feb 2009 00:49:38 +0000 (00:49 +0000)]
Open, Close.

SVN revision: 38870

15 years agoFix the image size
toma [Sun, 1 Feb 2009 00:17:05 +0000 (00:17 +0000)]
Fix the image size

SVN revision: 38869

15 years agoby popular request - reboot.
Carsten Haitzler [Sat, 31 Jan 2009 23:57:32 +0000 (23:57 +0000)]
by popular request - reboot.

SVN revision: 38868

15 years agoPlace holder icons for now.
toma [Sat, 31 Jan 2009 03:57:03 +0000 (03:57 +0000)]
Place holder icons for now.

SVN revision: 38861

15 years agoMake these widget icons for the Open With dialog. Icons to follow later
toma [Sat, 31 Jan 2009 03:56:22 +0000 (03:56 +0000)]
Make these widget icons for the Open With dialog. Icons to follow later

SVN revision: 38860

15 years agoupdating french translations
Massimo Maiurana [Fri, 30 Jan 2009 11:38:49 +0000 (11:38 +0000)]
updating french translations

SVN revision: 38855

15 years agoProfiles icon.
toma [Thu, 29 Jan 2009 14:56:29 +0000 (14:56 +0000)]
Profiles icon.

SVN revision: 38843

15 years agofix complaints from edje min size calc.
Carsten Haitzler [Thu, 29 Jan 2009 07:25:17 +0000 (07:25 +0000)]
fix complaints from edje min size calc.

SVN revision: 38838

15 years agoremove debug
Carsten Haitzler [Thu, 29 Jan 2009 06:36:21 +0000 (06:36 +0000)]
remove debug

SVN revision: 38837

15 years agomove ilist widget filling to a idler... defers a chunk of work to idle time
Carsten Haitzler [Thu, 29 Jan 2009 06:29:36 +0000 (06:29 +0000)]
move ilist widget filling to a idler... defers a chunk of work to idle time
over a period of time keeping e interactive and usable.

SVN revision: 38836

15 years agoFix NULL dereference by clang (thanks to Luis Felipe).
Gustavo Sverzut Barbieri [Wed, 28 Jan 2009 21:13:34 +0000 (21:13 +0000)]
Fix NULL dereference by clang (thanks to Luis Felipe).

SVN revision: 38834

15 years agomake arrow clicks on toolbar scroll 1 step.
Carsten Haitzler [Wed, 28 Jan 2009 12:36:50 +0000 (12:36 +0000)]
make arrow clicks on toolbar scroll 1 step.

SVN revision: 38829

15 years agoFix by Luis Felipe, Clang errors.
Gustavo Sverzut Barbieri [Tue, 27 Jan 2009 17:57:49 +0000 (17:57 +0000)]
Fix by Luis Felipe, Clang errors.

SVN revision: 38816

15 years agofrench translations for profiles
Massimo Maiurana [Sun, 25 Jan 2009 11:46:33 +0000 (11:46 +0000)]
french translations for profiles

SVN revision: 38777

15 years agothis way modules categories are really translated
Massimo Maiurana [Sat, 24 Jan 2009 21:53:51 +0000 (21:53 +0000)]
this way modules categories are really translated

SVN revision: 38763

15 years agoadding some strings to i18n and updating it.po and de.po
Massimo Maiurana [Sat, 24 Jan 2009 18:47:07 +0000 (18:47 +0000)]
adding some strings to i18n and updating it.po and de.po

SVN revision: 38761

15 years agoadded e_gadcon_locked_set: with this gadgets can lock the gadcon from
Hannes Janetzek [Sat, 24 Jan 2009 14:09:37 +0000 (14:09 +0000)]
added e_gadcon_locked_set: with this gadgets can lock the gadcon from
vanishing, like with e_shelf_locked_set. gadcon providers set their own lock
function with e_gadcon_util_lock_func_set, which is called by
e_gadcon_locked_set.

SVN revision: 38759

15 years agoupdating it.po and fr.po
Massimo Maiurana [Fri, 23 Jan 2009 13:33:54 +0000 (13:33 +0000)]
updating it.po and fr.po

SVN revision: 38735

15 years agoMake Dialogs have its own icon.
toma [Fri, 23 Jan 2009 13:16:45 +0000 (13:16 +0000)]
Make Dialogs have its own icon.

SVN revision: 38734

15 years agoAutoscoll. Figured the question mark would work well with dialogs so i bumped that...
toma [Fri, 23 Jan 2009 13:02:16 +0000 (13:02 +0000)]
Autoscoll. Figured the question mark would work well with dialogs so i bumped that in there till further notice. The big question about Interactions dialog, is if it is an appropriate name for it. Its just a couple thumbscroll settings.

SVN revision: 38733

15 years agoUpdated Simplified Chinese translation
Aron Xu [Fri, 23 Jan 2009 10:06:57 +0000 (10:06 +0000)]
Updated Simplified Chinese translation

SVN revision: 38706

15 years agoshorten system action text - simpler. also fix actiosn to be system.
Carsten Haitzler [Thu, 22 Jan 2009 20:54:26 +0000 (20:54 +0000)]
shorten system action text - simpler. also fix actiosn to be system.

SVN revision: 38698

15 years agoupdating fr.po
Massimo Maiurana [Thu, 22 Jan 2009 18:33:23 +0000 (18:33 +0000)]
updating fr.po

SVN revision: 38697

15 years agoIcon theme icon, Show/Hide windows icon is used, added an eject icon for efm, not...
toma [Thu, 22 Jan 2009 13:50:17 +0000 (13:50 +0000)]
Icon theme icon, Show/Hide windows icon is used, added an eject icon for efm, not that its being used yet but its now there.

SVN revision: 38696

15 years agosyscon -> labels!
Carsten Haitzler [Thu, 22 Jan 2009 05:41:33 +0000 (05:41 +0000)]
syscon -> labels!

SVN revision: 38695

15 years agoclean up wiz
Carsten Haitzler [Thu, 22 Jan 2009 04:42:16 +0000 (04:42 +0000)]
clean up wiz

SVN revision: 38694

15 years agoFix list walking + deletion.
Gustavo Sverzut Barbieri [Tue, 20 Jan 2009 22:40:52 +0000 (22:40 +0000)]
Fix list walking + deletion.

SVN revision: 38671

15 years agoit's not the correct fix. Add a FIXME to recall what to do
Vincent Torri [Mon, 19 Jan 2009 23:14:59 +0000 (23:14 +0000)]
it's not the correct fix. Add a FIXME to recall what to do
I think that the same kind of things must be done elsewhere (like
in the font dialog, around line 327)

SVN revision: 38656

15 years agofree l->data before removing l
Vincent Torri [Mon, 19 Jan 2009 21:44:31 +0000 (21:44 +0000)]
free l->data before removing l

SVN revision: 38655

15 years agoUpdated lots of po files for e17 and E-MODULES-EXTRA
Aron Xu [Sun, 18 Jan 2009 16:45:19 +0000 (16:45 +0000)]
Updated lots of po files for e17 and E-MODULES-EXTRA

SVN revision: 38636

15 years agoAnother rules file update.
Daniel Kolesa [Sun, 18 Jan 2009 14:06:17 +0000 (14:06 +0000)]
Another rules file update.

SVN revision: 38633

15 years agoUpdated file because of packaging errors.
Daniel Kolesa [Sun, 18 Jan 2009 14:00:51 +0000 (14:00 +0000)]
Updated file because of packaging errors.

SVN revision: 38632

15 years agoUpdated Enlightenment debian/rules file.
Daniel Kolesa [Sun, 18 Jan 2009 13:53:59 +0000 (13:53 +0000)]
Updated Enlightenment debian/rules file.

SVN revision: 38631

15 years agoupdating ja.po
Massimo Maiurana [Sun, 18 Jan 2009 08:31:16 +0000 (08:31 +0000)]
updating ja.po

SVN revision: 38622

15 years agoadding turkish translation
Massimo Maiurana [Sat, 17 Jan 2009 09:12:31 +0000 (09:12 +0000)]
adding turkish translation

SVN revision: 38615

15 years agoupdating el.po
Massimo Maiurana [Fri, 16 Jan 2009 12:53:19 +0000 (12:53 +0000)]
updating el.po

SVN revision: 38608

15 years agostart menu should lock shelf autohide.
Gustavo Sverzut Barbieri [Thu, 15 Jan 2009 14:29:31 +0000 (14:29 +0000)]
start menu should lock shelf autohide.

possible this lock stuff should be a counter?

SVN revision: 38596

15 years agofbsd note.
Carsten Haitzler [Thu, 15 Jan 2009 11:58:26 +0000 (11:58 +0000)]
fbsd note.

SVN revision: 38594

15 years ago * do not call anything before AC_INIT
Vincent Torri [Thu, 15 Jan 2009 06:29:59 +0000 (06:29 +0000)]
 * do not call anything before AC_INIT
 * remove AM_ENABLE_SHARED (already  set by default
 * remove the built of he static liraries (modules)
 * add AC_CONFIG_MACRO_DIR([m4]) so that aclocal can find the m4 macros
   when autoreconf is used or like reconfiguring after a change in configure.ac

SVN revision: 38590

15 years agoRe-break gadcon so everything works correctly.
Gustavo Sverzut Barbieri [Thu, 15 Jan 2009 01:02:32 +0000 (01:02 +0000)]
Re-break gadcon so everything works correctly.

according to raster e_gadcon_canvas_zone_geometry_get() was supposed
to return zone-relative coordinates, but it was implemented
incorrectly and everything now depends on absolute coordinates, so
let's keep it absolute.

SVN revision: 38589

15 years agoupdating fr.po
Massimo Maiurana [Wed, 14 Jan 2009 20:14:46 +0000 (20:14 +0000)]
updating fr.po

SVN revision: 38588

15 years agoupdate ac_attribute.m4
Vincent Torri [Wed, 14 Jan 2009 08:35:11 +0000 (08:35 +0000)]
update ac_attribute.m4

SVN revision: 38576

15 years agomaaaaaaybe.. we should test changes we make eh?
Carsten Haitzler [Tue, 13 Jan 2009 23:21:49 +0000 (23:21 +0000)]
maaaaaaybe.. we should test changes we make eh?

SVN revision: 38574

15 years agoFixup compile / link errors with OSX, still having a small issue with the batter...
handyande [Tue, 13 Jan 2009 16:30:37 +0000 (16:30 +0000)]
Fixup compile / link errors with OSX, still having a small issue with the batter module linking, but getting there

SVN revision: 38570

15 years agofix the copying license to
Carsten Haitzler [Tue, 13 Jan 2009 13:00:45 +0000 (13:00 +0000)]
fix the copying license to

1. get rid of grammar mistake
2. refer to COPYING-PLAIn correctly as the filename
3. be more explicit on "shipping source" due to ambiguity (this makes it what
it was intended to be and that is GPL compatible).

this does not modify the LGPL libs... or GPL apps etc. - only those using the
original COPYING from e. author and dates at the top remain the same.

SVN revision: 38569

15 years agofix sting bugs with e_fm and fileman.
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 19:52:35 +0000 (19:52 +0000)]
fix sting bugs with e_fm and fileman.

 * simplify eina_stringshare usage with _eina_stringshare_replace();
 * do not modify the string in stringshare as in e_fm2_parent_go();
 * use custom_theme_content instead of custom_theme in e_fm2_custom_theme_content_set().

Hopefully this will break nothing, but further analysis if it's
leaking strings in the stringshare should be done.

SVN revision: 38559

15 years agofix possible segv with pager, caught by clang.
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 18:51:56 +0000 (18:51 +0000)]
fix possible segv with pager, caught by clang.

If no pager exists on given zone and popup is urgent, it would segfault.

SVN revision: 38558

15 years agoFix most (but not all!) dropshadow bugs reported by clang.
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 18:48:48 +0000 (18:48 +0000)]
Fix most (but not all!) dropshadow bugs reported by clang.

One still remains and I'm not sure if it's using the wrong values
today and shw/shh are unused or if shw/shh are really useless.

SVN revision: 38557

15 years agogadcon: fix bugs reported by llvm clang static analyser.
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 18:31:49 +0000 (18:31 +0000)]
gadcon: fix bugs reported by llvm clang static analyser.

Some cases like not having o_base and o_frame are impossible, but I
added the cheap "else return;" just to keep it quiet. But some cases
were really bugs and were fixed.

SVN revision: 38556

15 years agoRemove useless check, flag functions as not receiving NULL.
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 17:40:09 +0000 (17:40 +0000)]
Remove useless check, flag functions as not receiving NULL.

Caught by CLang, these functions will never receive NULL, so no point
in testing that.

SVN revision: 38555

15 years agofix segfault, caught by clang -- easy fix.
Gustavo Sverzut Barbieri [Mon, 12 Jan 2009 17:11:34 +0000 (17:11 +0000)]
fix segfault, caught by clang -- easy fix.

SVN revision: 38554

15 years agoupdating it.po and POTFILES.in
Massimo Maiurana [Sat, 10 Jan 2009 19:58:34 +0000 (19:58 +0000)]
updating it.po and POTFILES.in

SVN revision: 38541