diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/window-commands.c | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-03-21 Christian Persch <chpe@cvs.gnome.org> + * src/window-commands.c: (window_cmd_help_about): + + Set window icon. Fixes bug #137806. + +2004-03-21 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/MozRegisterComponents.cpp: 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); |