Diff for /np2/x11/gtk2/gtk_menu.c between versions 1.23 and 1.24

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

Removed from v.1.23  
changed lines
  Added in v.1.24


RetroPC.NET-CVS <cvs@retropc.net>