summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakperm
Commit message (Collapse)AuthorAgeFilesLines
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-3/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-29/+29
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* use my_gtk for embedded mode.Thierry Vignaud2002-09-061-14/+10
| | | | | code must be cleaned up through my_gtk usage though.
* - really embbedThierry Vignaud2002-09-041-11/+2
| | | | | | - kill stupid things (aka embedded window withouth any widget vs toplevel window)
* changing bad save path for perm.localJonathan Gotti2002-09-041-10/+11
|
* solving bugs on add and save functionsJonathan Gotti2002-09-021-10/+45
|
* Gui for file permission in msecJonathan Gotti2002-08-291-0/+393