| version 1.23, 2011/12/17 18:43:07 | version 1.24, 2011/12/17 19:55:26 | 
| Line 1 | Line 1 | 
 | /* | /* | 
| * Copyright (c) 2004 NONAKA Kimihiro (aw9k-nnk@asahi-net.or.jp) | * Copyright (c) 2004-2011 NONAKA Kimihiro | 
 | * All rights reserved. | * All rights reserved. | 
 | * | * | 
 | * Redistribution and use in source and binary forms, with or without | * Redistribution and use in source and binary forms, with or without | 
| Line 579  cb_bmpsave(GtkAction *action, gpointer u | Line 579  cb_bmpsave(GtkAction *action, gpointer u | 
 | goto end; | goto end; | 
 |  |  | 
 | gtk_file_chooser_set_show_hidden(GTK_FILE_CHOOSER(dialog), TRUE); | gtk_file_chooser_set_show_hidden(GTK_FILE_CHOOSER(dialog), TRUE); | 
| #if iGTK_MAJOR_VERSION >= 2 && GTK_MINOR_VERSION >= 8 | #if GTK_MAJOR_VERSION >= 2 && GTK_MINOR_VERSION >= 8 | 
 | gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(dialog), | gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(dialog), | 
 | TRUE); | TRUE); | 
 | #endif | #endif | 
| Line 1039  cb_newdisk(GtkAction *action, gpointer u | Line 1039  cb_newdisk(GtkAction *action, gpointer u | 
 | goto end; | goto end; | 
 |  |  | 
 | gtk_file_chooser_set_show_hidden(GTK_FILE_CHOOSER(dialog), TRUE); | gtk_file_chooser_set_show_hidden(GTK_FILE_CHOOSER(dialog), TRUE); | 
| #if iGTK_MAJOR_VERSION >= 2 && GTK_MINOR_VERSION >= 8 | #if GTK_MAJOR_VERSION >= 2 && GTK_MINOR_VERSION >= 8 | 
 | gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(dialog), | gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(dialog), | 
 | TRUE); | TRUE); | 
 | #endif | #endif |