Diff for /np2/x11/gtk2/dialog_about.c between versions 1.8 and 1.10

version 1.8, 2011/01/15 16:14:52 version 1.10, 2012/01/23 04:46:47
Line 1 Line 1
 /*      $Id$    */  
   
 /*  /*
  * Copyright (c) 2002-2003 NONAKA Kimihiro   * Copyright (c) 2002-2003 NONAKA Kimihiro
  * All rights reserved.   * All rights reserved.
Line 53  create_about_dialog(void) Line 51  create_about_dialog(void)
         GtkWidget *ver_label;          GtkWidget *ver_label;
         GtkWidget *ok_button;          GtkWidget *ok_button;
         GtkWidget *neko_image;          GtkWidget *neko_image;
         GdkColormap *colormap;  
         GdkPixbuf *neko_pixbuf;          GdkPixbuf *neko_pixbuf;
   
         uninstall_idle_process();          uninstall_idle_process();
Line 71  create_about_dialog(void) Line 68  create_about_dialog(void)
         gtk_widget_show(main_widget);          gtk_widget_show(main_widget);
         gtk_container_add(GTK_CONTAINER(about_dialog), main_widget);          gtk_container_add(GTK_CONTAINER(about_dialog), main_widget);
   
         colormap = gtk_widget_get_colormap(about_dialog);  
         neko_pixbuf = gdk_pixbuf_new_from_xpm_data(np2_icon);          neko_pixbuf = gdk_pixbuf_new_from_xpm_data(np2_icon);
         neko_image = gtk_image_new_from_pixbuf(neko_pixbuf);          neko_image = gtk_image_new_from_pixbuf(neko_pixbuf);
         g_object_unref(neko_pixbuf);          g_object_unref(neko_pixbuf);

Removed from v.1.8  
changed lines
  Added in v.1.10


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