1
1

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.
Этот коммит содержится в:
Miguel de Icaza 1999-03-08 21:00:33 +00:00
родитель 39e8994bc0
Коммит dc5611105e
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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> 1999-03-08 Sergey Panov <sipan@mit.edu>
* gcustom-layout.c, gprefs.c: Make the preferences dialog * 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 * metadata value is actually a list of comma separated flags. So
* we need to edit this list when removing the "needsterminal" flag. * 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 toggled = 0 != GTK_TOGGLE_BUTTON (fpd->needs_terminal_check)->active;
int size; int size;