From 11e0560261020abaa19efd5f1c901838855c7628 Mon Sep 17 00:00:00 2001 From: Vincent Noel Date: Wed, 16 Feb 2005 18:43:31 +0000 Subject: Specify an icon for the window. Patch by Jaap A. Haitsma. Fixes #166177. 2005-02-16 Vincent Noel * shell/main.c (main): Specify an icon for the window. Patch by Jaap A. Haitsma. Fixes #166177. --- (limited to 'shell') diff --git a/shell/main.c b/shell/main.c index c162935..86450d4 100644 --- a/shell/main.c +++ b/shell/main.c @@ -86,6 +86,7 @@ main (int argc, char *argv[]) ev_debug_init (); ev_stock_icons_init (); + gtk_window_set_default_icon_name ("postscript-viewer"); g_object_get_property (G_OBJECT (program), GNOME_PARAM_POPT_CONTEXT, -- cgit v0.9.1