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:
Miguel de Icaza 1999-03-08 21:00:33 +00:00
parent 39e8994bc0
commit dc5611105e
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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;