From: Vincent Noel Date: Wed, 16 Feb 2005 18:43:31 +0000 (+0000) Subject: Specify an icon for the window. Patch by Jaap A. Haitsma. Fixes #166177. X-Git-Tag: EVINCE_0_1_5~48 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=11e0560261020abaa19efd5f1c901838855c7628;p=evince.git 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. --- diff --git a/ChangeLog b/ChangeLog index 66090182..73f6e5d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-16 Vincent Noel + + * shell/main.c (main): Specify an icon for the window. Patch by + Jaap A. Haitsma. Fixes #166177. + Wed Feb 16 06:30:13 2005 Jonathan Blandford * shell/ev-view.c (ev_view_realize): get rid of the black flash. diff --git a/shell/main.c b/shell/main.c index c162935e..86450d4d 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,