From 804ff2a994b1ce135d1b96a18f7358fe92af4abd Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 21 Mar 2004 12:40:01 +0000 Subject: Set window icon. Fixes bug #137806. 2004-03-21 Christian Persch * src/window-commands.c: (window_cmd_help_about): Set window icon. Fixes bug #137806. --- src/window-commands.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/window-commands.c b/src/window-commands.c index 4571796c1..218e4d8ed 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -957,6 +957,8 @@ window_cmd_help_about (GtkAction *action, strcmp (translator_credits, "translator-credits") != 0 ? translator_credits : NULL, logo); + gtk_window_set_icon (GTK_WINDOW (about), logo); + if (logo != NULL) { g_object_unref (logo); -- cgit v1.2.3