Index: about.c =================================================================== RCS file: /cvs/gnome/gnome-utils/logview/about.c,v retrieving revision 1.15 diff -u -r1.15 about.c --- about.c 21 Dec 2002 23:13:29 -0000 1.15 +++ about.c 7 Jan 2003 20:16:43 -0000 @@ -57,18 +57,7 @@ return; } - { - gchar *logo_fn = NULL; - - logo_fn = gnome_pixmap_file("gnome-system-log/logview.xpm"); - if (logo_fn != NULL) - { - logo = gdk_pixbuf_new_from_file(logo_fn, NULL); - g_free(logo_fn); - } - } - - /* go get logview.xpm in $(prefix)/share/pixmaps/logview */ + logo = gdk_pixbuf_new_from_file (DATADIR G_DIR_SEPARATOR_S "pixmaps" G_DIR_SEPARATOR_S "gnome-log.png", NULL); about_window = gnome_about_new (_("GNOME System Log Viewer"), VERSION, N_("Copyright (C) 1998"), _(comments),