mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
1999-03-08 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gnome-file-property-dialog.c (apply_metadata_change): only set the needs-terminal property if we actually created such entry.
This commit is contained in:
parent
39e8994bc0
commit
dc5611105e
@ -1,3 +1,8 @@
|
||||
1999-03-08 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gnome-file-property-dialog.c (apply_metadata_change): only set
|
||||
the needs-terminal property if we actually created such entry.
|
||||
|
||||
1999-03-08 Sergey Panov <sipan@mit.edu>
|
||||
|
||||
* gcustom-layout.c, gprefs.c: Make the preferences dialog
|
||||
|
@ -1319,6 +1319,7 @@ apply_metadata_change (GnomeFilePropertyDialog *fpd)
|
||||
* metadata value is actually a list of comma separated flags. So
|
||||
* we need to edit this list when removing the "needsterminal" flag.
|
||||
*/
|
||||
if (fpd->needs_terminal_check)
|
||||
{
|
||||
int toggled = 0 != GTK_TOGGLE_BUTTON (fpd->needs_terminal_check)->active;
|
||||
int size;
|
||||
|
Loading…
Reference in New Issue
Block a user