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.
Этот коммит содержится в:
родитель
39e8994bc0
Коммит
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>
|
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;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user