mirror of https://github.com/MidnightCommander/mc
1999-10-06 David Martin <dmartina@usa.net>
* po/POTFILES.in: added gdeskdop-init.c * po/es.po, es_ES.po: updated 1999-10-06 Norbert Warmuth <nwarmuth@privat.circular.de> * gnome/gmain.c, gmain.h: removed disable_root_warning. This variable wasn't defined anywhere.
This commit is contained in:
parent
dc86752ecc
commit
f072b5cda1
|
@ -1,3 +1,8 @@
|
|||
1999-10-06 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||
|
||||
* gmain.c, gmain.h: removed disable_root_warning. This variable
|
||||
wasn't defined anywhere.
|
||||
|
||||
1999-09-30 Vincent Renardias <vincent@ldsol.com>
|
||||
|
||||
* gmain.c, gmain.h: add a '--disablerootwarning' flag which
|
||||
|
|
|
@ -550,9 +550,6 @@ gnome_check_super_user (void)
|
|||
if (geteuid () != 0)
|
||||
return;
|
||||
|
||||
if (disable_root_warning)
|
||||
return;
|
||||
|
||||
warning_dlg = gnome_message_box_new (
|
||||
_("You are running the GNOME File Manager as root.\n\n"
|
||||
"As root, you can damage your system if you are not careful, and the "
|
||||
|
|
|
@ -10,7 +10,6 @@ void xtoolkit_end (void);
|
|||
|
||||
extern Dlg_head *desktop_dlg;
|
||||
extern int nowindows;
|
||||
extern int disable_root_warning;
|
||||
extern int corba_have_server;
|
||||
|
||||
/* Required by the standard code */
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
1999-10-06 David Martin <dmartina@usa.net>
|
||||
|
||||
* POTFILES.in: added gdeskdop-init.c
|
||||
|
||||
* es.po, es_ES.po: updated
|
||||
|
||||
1999-10-05 Sergey Panov <sipan@mit.edu>
|
||||
|
||||
* ru.po: Updated Russian translation
|
||||
|
|
|
@ -4,6 +4,7 @@ gnome/gcmd.c
|
|||
gnome/gcustom-layout.c
|
||||
gnome/gdesktop.c
|
||||
gnome/gdesktop-prefs.c
|
||||
gnome/gdesktop-init.c
|
||||
gnome/gdialogs.c
|
||||
gnome/gdnd.c
|
||||
gnome/gicon.c
|
||||
|
|
1123
po/es_ES.po
1123
po/es_ES.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue